░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeNestingScope
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ContextAnalyzer.php
<?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; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 ValueObject/
DIR
—
2024-11-08 13:59
📄 ContextAnalyzer.php
PHP
484 B
2024-11-08 13:59
EDIT