Skip to content

Commit

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

0 comments on commit 3cefe7e

Please sign in to comment.