Skip to content

Commit

Permalink
fixup! fix(test): exit code of lime test
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Mar 31, 2024
1 parent cfc232f commit a815972
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 871 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$finder = PhpCsFixer\Finder::create()
->ignoreVCSIgnored(true)
->in(__DIR__.'/lib')
->in(__DIR__.'/lib/vendor/lime/src')
->in(__DIR__.'/data/bin')
->in(__DIR__.'/test')
->append([__FILE__])
Expand Down
Loading

0 comments on commit a815972

Please sign in to comment.