Skip to content

Commit ab069cf

Browse files
committed
Update Rector paths to include parent directory for PHP 7.4 downgrade configuration
1 parent e70f776 commit ab069cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector/toPhp7.4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
return static function (RectorConfig $rectorConfig): void {
99
// We will process code in this specific directory during CI
1010
$rectorConfig->paths([
11-
__DIR__,
11+
__DIR__ . '/../',
1212
]);
1313

1414
// Downgrade rules to make code compatible with PHP 7.2

0 commit comments

Comments
 (0)