Skip to content

Commit 29d90f7

Browse files
committed
chore: add rector.php to php-cs-fixer
1 parent 47d1968 commit 29d90f7

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
@@ -10,7 +10,10 @@
1010
__DIR__ . '/src/',
1111
])
1212
->exclude('build')
13-
->append([__FILE__]);
13+
->append([
14+
__FILE__,
15+
__DIR__ . '/rector.php',
16+
]);
1417

1518
$overrides = [];
1619

0 commit comments

Comments
 (0)