Skip to content

Commit 41a9203

Browse files
authored
Merge pull request #1248 from PHPCSStandards/feature/tidy-up-codesniffer-conf-dist-file
CodeSniffer.conf.dist: tidy up example code
2 parents fcfefc6 + bed2cda commit 41a9203

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CodeSniffer.conf.dist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
$phpCodeSnifferConfig = array (
3-
'default_standard' => 'PSR2',
4-
'report_format' => 'summary',
5-
'show_warnings' => '0',
6-
'show_progress' => '1',
7-
'report_width' => '120',
8-
);
2+
$phpCodeSnifferConfig = [
3+
'default_standard' => 'PSR2',
4+
'report_format' => 'summary',
5+
'show_warnings' => '0',
6+
'show_progress' => '1',
7+
'report_width' => '120',
8+
];
99
?>

0 commit comments

Comments
 (0)