Skip to content

Commit

Permalink
Add Rule: nullable_type_declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Jul 6, 2023
1 parent 68a4fbd commit 115ce07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
'no_whitespace_in_blank_line' => true,
'normalize_index_brace' => true,
'not_operator_with_successor_space' => true,
'nullable_type_declaration' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'psr_autoloading' => false,
Expand Down

0 comments on commit 115ce07

Please sign in to comment.