Updated Rector to commit 1b1afebd878e60ee25af5fe1bb9ef3f95fe47d33

1b1afebd87 [Php83] Fix const from applying incorrect types (#5326)
This commit is contained in:
Tomas Votruba 2023-12-05 12:35:18 +00:00
parent 374ed77ef0
commit 2f9139b981
2 changed files with 3 additions and 2 deletions

View File

@ -82,6 +82,7 @@ CODE_SAMPLE
}
$changes = \false;
foreach ($consts as $const) {
$valueType = null;
// If a type is set, skip
if ($const->type !== null) {
continue;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '4531aeb0cd7ef47a75afbee72237eef45b4cc266';
public const PACKAGE_VERSION = '1b1afebd878e60ee25af5fe1bb9ef3f95fe47d33';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-05 16:53:06';
public const RELEASE_DATE = '2023-12-05 19:32:54';
/**
* @var int
*/