| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 20 | class RestrictedEntityLookupFactory { |
||
| 21 | |||
| 22 | private EntityLookup $entityLookup; |
||
| 23 | |||
| 24 | private int $entityAccessLimit; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @var WeakMap<Parser, EntityLookup> |
||
| 28 | */ |
||
| 29 | private WeakMap $restrictedEntityLookupMap; |
||
| 30 | |||
| 31 | public function __construct( EntityLookup $entityLookup, int $entityAccessLimit ) { |
||
| 35 | } |
||
| 36 | |||
| 37 | public function getRestrictedEntityLookup( Parser $parser ): RestrictedEntityLookup { |
||
| 43 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths