Skip to content

Commit

Permalink
chore: Enable more PHP-CS-Fixer rules (#232)
Browse files Browse the repository at this point in the history
Continuation of #230. Closes #229.
  • Loading branch information
meyfa authored Mar 31, 2024
1 parent cd666e3 commit 4c4bd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/composer.lock
/clover.xml
.phpunit.result.cache
.php-cs-fixer.cache
.idea
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
->setRiskyAllowed(true)
->setRules([
'@PSR12' => true,
'backtick_to_shell_exec' => true,
'no_alias_functions' => true,
'yoda_style' => [
'equal' => false,
'identical' => false,
Expand Down

0 comments on commit 4c4bd5a

Please sign in to comment.