Skip to content

Commit

Permalink
Removes superfluous annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Feb 8, 2023
1 parent 78ece7a commit 3622623
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 @@ -159,6 +159,7 @@
'phpdoc_trim' => true,
'phpdoc_types' => true,
'phpdoc_var_without_name' => true,
'no_superfluous_phpdoc_tags' => true,
'return_type_declaration' => ['space_before' => 'none'],
'self_accessor' => false,
'short_scalar_cast' => true,
Expand Down

0 comments on commit 3622623

Please sign in to comment.