Skip to content

Commit

Permalink
File wasn't being checked for coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Mar 9, 2018
1 parent 0d71d69 commit 2b04293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<file>autoload.php</file>
<file>bin</file>
<file>scripts</file>
<file>src</file>
<file>tests</file>

Expand Down
8 changes: 4 additions & 4 deletions scripts/build-phar.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
exit(1);
}

$scripts = array(
'phpcs',
'phpcbf',
);
$scripts = [
'phpcs',
'phpcbf',
];

foreach ($scripts as $script) {
echo "Building $script phar".PHP_EOL;
Expand Down

0 comments on commit 2b04293

Please sign in to comment.