Fix php cs fixer deprecation warnings

This commit is contained in:
Jordi Boggiano 2021-07-22 08:54:36 +02:00
parent ec07e3ce5b
commit f8f4bfddb5
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

View File

@ -20,7 +20,6 @@ $config
'phpdoc_no_package' => false,
'phpdoc_order' => true,
'phpdoc_summary' => false,
'pre_increment' => false,
'increment_style' => false,
'simplified_null_return' => false,
'single_line_throw' => false,