mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
Updated Rector to commit 1b1afebd878e60ee25af5fe1bb9ef3f95fe47d33
1b1afebd87
[Php83] Fix const from applying incorrect types (#5326)
This commit is contained in:
parent
374ed77ef0
commit
2f9139b981
@ -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;
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user