Skip to content

Commit

Permalink
Fix: Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 14, 2024
1 parent 25b7ac8 commit 495039c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rector.php
Expand Up @@ -12,8 +12,8 @@
*/

use Rector\Config;
use Rector\Core;
use Rector\PHPUnit;
use Rector\ValueObject;

return static function (Config\RectorConfig $rectorConfig): void {
$rectorConfig->cacheDirectory(__DIR__ . '/.build/rector/');
Expand All @@ -25,5 +25,5 @@
__DIR__ . '/test/',
]);

$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_74);
$rectorConfig->phpVersion(ValueObject\PhpVersion::PHP_74);
};

0 comments on commit 495039c

Please sign in to comment.