Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Feb 26, 2017
1 parent 33f5153 commit a7e107c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/PhpCsLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class PhpCsLoader implements FileChecker
* @var array
*/

protected $failOnTypes = [
'ERROR',
];
protected $failOnTypes = [
'ERROR',
];

/**
* PhpCsLoader constructor.
Expand Down
8 changes: 4 additions & 4 deletions src/PhpCsLoaderStrict.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*/
class PhpCsLoaderStrict extends PhpCsLoader
{
protected $failOnTypes = [
'ERROR',
'WARNING',
];
protected $failOnTypes = [
'ERROR',
'WARNING',
];
}

0 comments on commit a7e107c

Please sign in to comment.