Skip to content

Commit 41b94cd

Browse files
committed
Merge branch 'master' into 4.x
2 parents 7899fa0 + 41a9203 commit 41b94cd

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' => 'PSR12',
4-
'report_format' => 'summary',
5-
'show_warnings' => '0',
6-
'show_progress' => '1',
7-
'report_width' => '120',
8-
);
2+
$phpCodeSnifferConfig = [
3+
'default_standard' => 'PSR12',
4+
'report_format' => 'summary',
5+
'show_warnings' => '0',
6+
'show_progress' => '1',
7+
'report_width' => '120',
8+
];
99
?>

0 commit comments

Comments
 (0)