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.
1 parent 4f4bbb0 commit 765a44dCopy full SHA for 765a44d
.php_cs
@@ -1,5 +1,5 @@
1
<?php
2
3
return Symfony\CS\Config\Config::create()
4
- ->fixers(array('-yoda_conditions', 'multiline_spaces_before_semicolon', 'ordered_use', 'short_array_syntax'))
+ ->fixers(['-yoda_conditions', 'multiline_spaces_before_semicolon', 'ordered_use', 'short_array_syntax'])
5
->finder(Symfony\CS\Finder\DefaultFinder::create()->notName('*.blade.php')->in(__DIR__));
0 commit comments