Updated Rector to commit 2efd6d56a9499be0a210a89cdd1883c6a21f83f8

2efd6d56a9 [DeadCode] Handle file_get_contents() only remove variable on RemoveUnusedVariableAssignRector (#5162)
This commit is contained in:
Tomas Votruba 2023-10-13 13:59:23 +00:00
parent a7ae66acba
commit 16cc61e430
2 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ final class PureFunctionDetector
'header_remove',
'http_response_code',
'setcookie',
'file_get_contents',
// output buffer
'ob_start',
'ob_end_clean',

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ff7acb4c853ebc2322dac6fff618dac8218dacb3';
public const PACKAGE_VERSION = '2efd6d56a9499be0a210a89cdd1883c6a21f83f8';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-13 20:46:43';
public const RELEASE_DATE = '2023-10-13 20:55:58';
/**
* @var int
*/