Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
11 | class IsConfiguredInThirdPartyApp implements RuleInterface |
||
12 | { |
||
13 | private Config $config; |
||
14 | private EnvironmentDataLoaderInterface $environmentDataLoader; |
||
15 | |||
16 | public function __construct( |
||
22 | } |
||
23 | |||
24 | public function apply(Entry $entry, EventProcessNodeInterface $event): bool |
||
36 | } |
||
37 | |||
38 | private function check(Entry $currentNamespaceAccess): MatchedResultInterface |
||
43 |