Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
disable simplified_null_return PHP-CS-Fixer rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer authored Aug 14, 2020
1 parent 17e586e commit 109171d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/.php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ return Config::create()
'phpdoc_to_comment' => false,
'phpdoc_order' => true,
'phpdoc_separation' => true,
'simplified_null_return' => false,
]))
->setLineEnding("\n")
->setIndent(str_repeat(' ', 4))
Expand Down

0 comments on commit 109171d

Please sign in to comment.