Updated Rector to commit 8179073d77b744e70404ec57a02ac730a877516a

8179073d77 [CodeQuality] Skip VB style in complex HTML on CompleteMissingIfElseBracketRector (#5132)
This commit is contained in:
Tomas Votruba 2023-10-06 08:50:53 +00:00
parent c02a263d0e
commit d232b29090
2 changed files with 6 additions and 2 deletions

View File

@ -89,6 +89,10 @@ CODE_SAMPLE
// all good
return \true;
}
if (\is_array($nextToken) && \trim((string) $nextToken[1]) === '?>') {
// all good
return \true;
}
}
$startStmt = \current($if->stmts);
return !$startStmt instanceof Stmt;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '8f4ef6ce9b4b14a86f9a525f931ace6dd96e0e5f';
public const PACKAGE_VERSION = '8179073d77b744e70404ec57a02ac730a877516a';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-06 15:28:14';
public const RELEASE_DATE = '2023-10-06 15:48:02';
/**
* @var int
*/