Updated Rector to commit 8f4ef6ce9b4b14a86f9a525f931ace6dd96e0e5f

8f4ef6ce9b Clean up CompleteMissingIfElseBracketRector (#5131)
This commit is contained in:
Tomas Votruba 2023-10-06 08:31:06 +00:00
parent f2b9e5da57
commit c02a263d0e
2 changed files with 2 additions and 6 deletions

View File

@ -76,10 +76,6 @@ CODE_SAMPLE
break;
}
if ($oldTokens[$i] !== ')' && !\is_array($oldTokens[$i + 1])) {
if ($oldTokens[$i] === ';') {
// all good
return \true;
}
continue;
}
// first closing bracket must be followed by curly opening brackets

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '3699f54c7ea5bc472818a9ce6d17ae95f5f0d59c';
public const PACKAGE_VERSION = '8f4ef6ce9b4b14a86f9a525f931ace6dd96e0e5f';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-06 15:18:47';
public const RELEASE_DATE = '2023-10-06 15:28:14';
/**
* @var int
*/