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 326a74c commit bf782ecCopy full SHA for bf782ec
.php_cs.dist
@@ -18,6 +18,8 @@ return PhpCsFixer\Config::create()
18
'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
19
// Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
20
'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
21
+ // Part of @Symfony:risky in PHP-CS-Fixer 2.15.0. Incompatible with PHPUnit 4 that is required for Symfony 3.4
22
+ 'php_unit_mock_short_will_return' => false,
23
])
24
->setRiskyAllowed(true)
25
->setFinder(
0 commit comments