Updated Rector to commit 1aff76b12e87cf836f9cbbaee9fc030355b162ac

1aff76b12e [Php80] Skip case after default empty on ChangeSwitchToMatchRector (#6805)
This commit is contained in:
Tomas Votruba 2025-03-23 14:36:17 +00:00
parent 94d770561f
commit 1816427a73
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ final class SwitchExprsResolver
continue;
}
if (!$case->cond instanceof Expr) {
continue;
return [];
}
$collectionEmptyCasesCond[$key] = $case->cond;
}

View File

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