We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bfcc1 commit f5e1560Copy full SHA for f5e1560
.php_cs.dist
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+return PhpCsFixer\Config::create()
4
+ ->setFinder(
5
+ PhpCsFixer\Finder::create()
6
+ ->in(__DIR__ . '/tests')
7
+ )
8
+;
0 commit comments