We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcfefc6 + bed2cda commit 41a9203Copy full SHA for 41a9203
CodeSniffer.conf.dist
@@ -1,9 +1,9 @@
1
<?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
-);
+$phpCodeSnifferConfig = [
+ 'default_standard' => 'PSR2',
+ 'report_format' => 'summary',
+ 'show_warnings' => '0',
+ 'show_progress' => '1',
+ 'report_width' => '120',
+];
9
?>
0 commit comments