Skip to content

Commit 61a6e6b

Browse files
committed
chore: add rector.php to php-cs-fixer
1 parent e646b54 commit 61a6e6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
__DIR__ . '/tests/',
1414
])
1515
->exclude('build')
16-
->append([__FILE__]);
16+
->append([
17+
__FILE__,
18+
__DIR__ . '/rector.php',
19+
]);
1720

1821
$overrides = [
1922
'declare_strict_types' => true,

0 commit comments

Comments
 (0)