Skip to content
Snippets Groups Projects
Commit 23ae5a30 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update deps

parent 29fa400d
No related branches found
No related tags found
No related merge requests found
Pipeline #17102 passed
......@@ -3,7 +3,6 @@
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->exclude('var')
->exclude('bundles')
;
return PhpCsFixer\Config::create()
......@@ -12,6 +11,8 @@ return PhpCsFixer\Config::create()
'@PHP70Migration' => true,
'@PHP71Migration' => true,
'@PHP73Migration' => true,
'@DoctrineAnnotation' => true,
'doctrine_annotation_array_assignment' => ['operator' => '='],
'array_syntax' => ['syntax' => 'short'],
'yoda_style' => false,
'strict_comparison' => true,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment