Updated Rector to commit 174656a5f9719dba126a0f5ed68743c05ff53f3b

174656a5f9 [Testing] Deprecate FileInfoParser, use existing TestingParser instead (#5501)
This commit is contained in:
Tomas Votruba 2024-01-25 07:18:44 +00:00
parent dd875cd0c9
commit 6dd3220875
2 changed files with 5 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
{