diff --git a/resources/presets/laravel.php b/resources/presets/laravel.php index b6e7fd39..be55da7e 100644 --- a/resources/presets/laravel.php +++ b/resources/presets/laravel.php @@ -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,