mirror of
https://github.com/rectorphp/rector.git
synced 2025-05-01 21:49:25 +02:00
Updated Rector to commit 0d424e1b978cd70d0aafe6e095f19fb67adb8de3
0d424e1b97
[psr-4] Move tests to main namespace, as part of /src and /packages merge (#5406)
This commit is contained in:
parent
1731eeac5d
commit
4bfd1e7acf
@ -7,7 +7,7 @@ use RectorPrefix202312\Doctrine\Inflector\Inflector;
|
||||
use RectorPrefix202312\Nette\Utils\Strings;
|
||||
use Rector\Core\Util\StringUtils;
|
||||
/**
|
||||
* @see \Rector\Core\Tests\Naming\ExpectedNameResolver\InflectorSingularResolverTest
|
||||
* @see \Rector\Tests\Naming\ExpectedNameResolver\InflectorSingularResolverTest
|
||||
*/
|
||||
final class InflectorSingularResolver
|
||||
{
|
||||
|
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = 'befe096ca10f7476efeb082fb7c736ba7bd07af5';
|
||||
public const PACKAGE_VERSION = '0d424e1b978cd70d0aafe6e095f19fb67adb8de3';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2023-12-31 20:54:26';
|
||||
public const RELEASE_DATE = '2024-01-01 00:40:30';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user