Skip to content

Commit

Permalink
update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Dec 1, 2016
1 parent 1948b6a commit 9303f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prooph.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getRules(): array
'return_type_declaration' => true,
'semicolon_after_instruction' => true,
'short_scalar_cast' => true,
'simplified_null_return' => true,
'simplified_null_return' => false,
'single_blank_line_at_eof' => true,
'single_class_element_per_statement' => true,
'single_import_per_statement' => true,
Expand Down

0 comments on commit 9303f79

Please sign in to comment.