?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/NodeNestingScope.zip
???????
PK �3(\��F� � ValueObject/ControlStructure.phpnu �[��� <?php declare (strict_types=1); namespace Rector\NodeNestingScope\ValueObject; use PhpParser\Node; use PhpParser\Node\Expr\Match_; use PhpParser\Node\Stmt\Case_; use PhpParser\Node\Stmt\Catch_; use PhpParser\Node\Stmt\Do_; use PhpParser\Node\Stmt\Else_; use PhpParser\Node\Stmt\ElseIf_; use PhpParser\Node\Stmt\Foreach_; use PhpParser\Node\Stmt\If_; use PhpParser\Node\Stmt\Switch_; use PhpParser\Node\Stmt\While_; final class ControlStructure { /** * These situations happens only if condition is met * @var array<class-string<Node>> */ public const CONDITIONAL_NODE_SCOPE_TYPES = [If_::class, While_::class, Do_::class, Else_::class, ElseIf_::class, Catch_::class, Case_::class, Match_::class, Switch_::class, Foreach_::class]; } PK �3(\>8�� � ContextAnalyzer.phpnu �[��� <?php declare (strict_types=1); namespace Rector\NodeNestingScope; use PhpParser\Node; use Rector\NodeTypeResolver\Node\AttributeKey; final class ContextAnalyzer { /** * @api */ public function isInLoop(Node $node) : bool { return $node->getAttribute(AttributeKey::IS_IN_LOOP) === \true; } /** * @api */ public function isInIf(Node $node) : bool { return $node->getAttribute(AttributeKey::IS_IN_IF) === \true; } } PK �3(\��F� � ValueObject/ControlStructure.phpnu �[��� PK �3(\>8�� � E ContextAnalyzer.phpnu �[��� PK � l
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????