| Total Complexity | 4 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class IsInPrivateConfiguredEntries implements RuleInterface |
||
| 16 | { |
||
| 17 | public function __construct(private Config $config) |
||
| 18 | { |
||
| 19 | } |
||
| 20 | |||
| 21 | public function apply(Entry $entry, EventProcessNodeInterface $event): bool |
||
| 32 | } |
||
| 33 | |||
| 34 | private function isInPrivateConfiguredEntries(Entry $currentNamespaceAccess, MatchCollectionInterface $macher): MatchedResultInterface |
||
| 37 | } |
||
| 38 | } |
||
| 39 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.