Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 9668179

Browse files
committed
Disable tests folder PHP CS
1 parent b88ee01 commit 9668179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
$finder = PhpCsFixer\Finder::create()
88
->in('src')
9-
->in('tests')
9+
//->in('tests')
1010
;
1111
return PhpCsFixer\Config::create()
1212
->setRules([

0 commit comments

Comments
 (0)