Skip to content

Commit a815972

Browse files
committed
fixup! fix(test): exit code of lime test
1 parent cfc232f commit a815972

File tree

3 files changed

+802
-871
lines changed

3 files changed

+802
-871
lines changed

.php-cs-fixer.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
$finder = PhpCsFixer\Finder::create()
44
->ignoreVCSIgnored(true)
55
->in(__DIR__.'/lib')
6+
->in(__DIR__.'/lib/vendor/lime/src')
67
->in(__DIR__.'/data/bin')
78
->in(__DIR__.'/test')
89
->append([__FILE__])

0 commit comments

Comments
 (0)