Skip to content

Commit

Permalink
Laravel: Remove deprecated function_typehint_space rule
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 20, 2023
1 parent 283826d commit c8f99e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RuleSet/Sets/Laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ protected function rules(): array
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => true,
'function_typehint_space' => true,
'general_phpdoc_tag_rename' => true,
'heredoc_to_nowdoc' => true,
'include' => true,
Expand Down

0 comments on commit c8f99e0

Please sign in to comment.