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 2882bd2 commit 3248ab9Copy full SHA for 3248ab9
.php_cs
@@ -19,6 +19,7 @@ $config = PhpCsFixer\Config::create()
19
'concat_space' => ['spacing' => 'one'],
20
'ordered_imports' => true,
21
'array_syntax' => ['syntax' => 'short'],
22
+ 'yoda_style' => false,
23
])
24
->setFinder($finder);
25
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.0
5
- 7.1
6
7
# faster builds on new travis setup not using sudo
0 commit comments