Skip to content

Commit

Permalink
Fix: Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 15, 2024
1 parent fa6e871 commit b26a818
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,7 +25,7 @@
__DIR__ . '/test/',
]);

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

$rectorConfig->sets([
PHPUnit\Set\PHPUnitSetList::PHPUNIT_100,
Expand Down

0 comments on commit b26a818

Please sign in to comment.