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 7, 2023
1 parent 3421f9c commit 29f5299
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 @@ -133,6 +133,9 @@
'normalize_index_brace' => true,
'not_operator_with_successor_space' => true,
'nullable_type_declaration' => 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 29f5299

Please sign in to comment.