Skip to content

Commit

Permalink
[PhpCsFixer] Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed Apr 23, 2024
1 parent 1204383 commit 34e1879
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .php-cs-fixer.dist.php
Expand Up @@ -10,9 +10,6 @@
__DIR__ . '/tests/_output',
__DIR__ . '/tests/_support/_generated',
])

// do not fix views
->notName('*.html.php')
;

// do not enable self_accessor as it breaks pimcore models relying on get_called_class()
Expand Down

0 comments on commit 34e1879

Please sign in to comment.