Skip to content

Commit

Permalink
Update CS spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 14, 2019
1 parent 3a6ccb2 commit 2ce79d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -15,6 +15,7 @@ return PhpCsFixer\Config::create()
'no_extra_consecutive_blank_lines' => false,
'no_unneeded_control_parentheses' => false,
'not_operator_with_successor_space' => true,
'no_superfluous_phpdoc_tags' => false,
'ordered_imports' => ['sortAlgorithm' => 'length'],
'phpdoc_align' => false,
'phpdoc_no_empty_return' => false,
Expand Down

0 comments on commit 2ce79d5

Please sign in to comment.