mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
Updated Rector to commit 174656a5f9719dba126a0f5ed68743c05ff53f3b
174656a5f9
[Testing] Deprecate FileInfoParser, use existing TestingParser instead (#5501)
This commit is contained in:
parent
dd875cd0c9
commit
6dd3220875
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = 'd09ae7400a75f7694a11c2d8353c2fd14b6419e3';
|
||||
public const PACKAGE_VERSION = '174656a5f9719dba126a0f5ed68743c05ff53f3b';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2024-01-25 00:04:31';
|
||||
public const RELEASE_DATE = '2024-01-25 08:16:35';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
@ -10,7 +10,9 @@ use Rector\PhpParser\Parser\RectorParser;
|
||||
use Rector\Provider\CurrentFileProvider;
|
||||
use Rector\ValueObject\Application\File;
|
||||
/**
|
||||
* Only for testing, @todo move to testing
|
||||
* @deprecated use \Rector\Testing\TestingParser\TestingParser instead
|
||||
*
|
||||
* Only for testing
|
||||
*/
|
||||
final class FileInfoParser
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user