Skip to content

Commit 2b04293

Browse files
committed
File wasn't being checked for coding standards
1 parent 0d71d69 commit 2b04293

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<file>autoload.php</file>
66
<file>bin</file>
7+
<file>scripts</file>
78
<file>src</file>
89
<file>tests</file>
910

scripts/build-phar.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
exit(1);
2222
}
2323

24-
$scripts = array(
25-
'phpcs',
26-
'phpcbf',
27-
);
24+
$scripts = [
25+
'phpcs',
26+
'phpcbf',
27+
];
2828

2929
foreach ($scripts as $script) {
3030
echo "Building $script phar".PHP_EOL;

0 commit comments

Comments
 (0)