Skip to content

Commit

Permalink
Enhancement: Enable self_static_accessor fixer (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Mar 17, 2023
1 parent 087811a commit 7927ff1
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 @@ -165,6 +165,7 @@
'phpdoc_var_without_name' => true,
'return_type_declaration' => ['space_before' => 'none'],
'self_accessor' => false,
'self_static_accessor' => true,
'short_scalar_cast' => true,
'simplified_null_return' => false,
'single_blank_line_at_eof' => true,
Expand Down

0 comments on commit 7927ff1

Please sign in to comment.