mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-21 16:02:23 +02:00
Updated Rector to commit 1aff76b12e87cf836f9cbbaee9fc030355b162ac
1aff76b12e
[Php80] Skip case after default empty on ChangeSwitchToMatchRector (#6805)
This commit is contained in:
parent
94d770561f
commit
1816427a73
@ -32,7 +32,7 @@ final class SwitchExprsResolver
|
||||
continue;
|
||||
}
|
||||
if (!$case->cond instanceof Expr) {
|
||||
continue;
|
||||
return [];
|
||||
}
|
||||
$collectionEmptyCasesCond[$key] = $case->cond;
|
||||
}
|
||||
|
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = '18f9216e6ad4e90ada4166ae66eaee702c7a204f';
|
||||
public const PACKAGE_VERSION = '1aff76b12e87cf836f9cbbaee9fc030355b162ac';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2025-03-23 21:28:00';
|
||||
public const RELEASE_DATE = '2025-03-23 21:33:47';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user