Skip to content

Commit

Permalink
disabling php-cs-fixer rules that do not seem to quite work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jan 13, 2020
1 parent 097bb6d commit d736e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config.php
Expand Up @@ -98,8 +98,11 @@ class Config extends BaseConfig
'phpdoc_no_empty_return' => true,
'phpdoc_no_useless_inheritdoc' => true,
'phpdoc_order' => true,
/*
* does not currently appear to handle unions correctly
'phpdoc_to_param_type' => true,
'phpdoc_to_return_type' => true,
*/
'pow_to_exponentiation' => true,
'protected_to_private' => true,
'psr0' => false,
Expand Down

0 comments on commit d736e99

Please sign in to comment.