Skip to content

Commit bed2cda

Browse files
committed
CodeSniffer.conf.dist: tidy up example code
1 parent fcfefc6 commit bed2cda

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)