Updated Rector to commit 701ab22b8681518f21e371c0b070f8f51a45b539

701ab22b86 ns fix
This commit is contained in:
Tomas Votruba 2024-01-26 19:50:18 +00:00
parent f076295e84
commit 7a20211779
2 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '0afec7e54615912ced1ffe83e9dccadc4f153c17';
public const PACKAGE_VERSION = '701ab22b8681518f21e371c0b070f8f51a45b539';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-26 20:34:48';
public const RELEASE_DATE = '2024-01-26 20:48:37';
/**
* @var int
*/

View File

@ -1,6 +1,6 @@
<?php
namespace Utils\Rector\Tests\Rector\__Name__Test\Fixture;
namespace Utils\Rector\Tests\Rector\__Name__\Fixture;
// @todo fill code before
@ -8,7 +8,7 @@ namespace Utils\Rector\Tests\Rector\__Name__Test\Fixture;
-----
<?php
namespace Utils\Rector\Tests\Rector\__Name__Test\Fixture;
namespace Utils\Rector\Tests\Rector\__Name__\Fixture;
// @todo fill code after