Skip to content

Commit 026e4e7

Browse files
committed
Enhancement: Include *.inc files
1 parent d8717d3 commit 026e4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
->in(__DIR__)
1010
->exclude('manual/en/')
1111
->name(__FILE__)
12+
->name('*.inc')
1213
->notPath('tests/run-tests.php');
1314

1415
$config->setRules([

0 commit comments

Comments
 (0)