Skip to content

Commit 9303f79

Browse files
committed
update rules
1 parent 1948b6a commit 9303f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prooph.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getRules(): array
9393
'return_type_declaration' => true,
9494
'semicolon_after_instruction' => true,
9595
'short_scalar_cast' => true,
96-
'simplified_null_return' => true,
96+
'simplified_null_return' => false,
9797
'single_blank_line_at_eof' => true,
9898
'single_class_element_per_statement' => true,
9999
'single_import_per_statement' => true,

0 commit comments

Comments
 (0)