Skip to content

Commit

Permalink
removed symfony rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Feb 12, 2025
1 parent 0c272ad commit 4471760
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
return (new Config())
->setRules([
'@PSR12' => true,
'@Symfony' => true,
'phpdoc_to_comment' => false,
'concat_space' => ['spacing' => 'one'],
])
->setFinder($finder);

0 comments on commit 4471760

Please sign in to comment.