File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ $config = PhpCsFixer\Config::create()
1919 'concat_space ' => ['spacing ' => 'one ' ],
2020 'ordered_imports ' => true ,
2121 'array_syntax ' => ['syntax ' => 'short ' ],
22+ 'yoda_style ' => false ,
2223 ])
2324 ->setFinder ($ finder );
2425
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ install:
1818
1919script :
2020 - vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
21- - phpunit --verbose
21+ - vendor/bin/ phpunit --verbose
Original file line number Diff line number Diff line change 2222 "dompdf/dompdf" : " ^0.8.0"
2323 },
2424 "require-dev" : {
25- "friendsofphp/php-cs-fixer" : " ~2.0"
25+ "friendsofphp/php-cs-fixer" : " ~2.0" ,
26+ "phpunit/phpunit" : " ~6.0"
27+
2628 },
2729 "autoload" : {
2830 "psr-4" : {
You can’t perform that action at this time.
0 commit comments