We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a806f commit 3447bb7Copy full SHA for 3447bb7
.php_cs.dist
@@ -4,6 +4,10 @@
4
* See COPYING.txt for license details.
5
*/
6
7
+/**
8
+ * PHP Coding Standards fixer configuration
9
+ */
10
+
11
$finder = PhpCsFixer\Finder::create()
12
->name('*.phtml')
13
->exclude('dev/tests/functional/generated')
0 commit comments