We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1948b6a commit 9303f79Copy full SHA for 9303f79
src/Prooph.php
@@ -93,7 +93,7 @@ public function getRules(): array
93
'return_type_declaration' => true,
94
'semicolon_after_instruction' => true,
95
'short_scalar_cast' => true,
96
- 'simplified_null_return' => true,
+ 'simplified_null_return' => false,
97
'single_blank_line_at_eof' => true,
98
'single_class_element_per_statement' => true,
99
'single_import_per_statement' => true,
0 commit comments