| Total Complexity | 5 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | trait HasPantherBrowser |
||
| 8 | { |
||
| 9 | private static ?PantherClient $primaryPantherClient = null; |
||
|
|
|||
| 10 | |||
| 11 | /** |
||
| 12 | * @internal |
||
| 13 | * @after |
||
| 14 | */ |
||
| 15 | final public static function _resetPantherBrowserClient(): void |
||
| 16 | { |
||
| 17 | self::$primaryPantherClient = null; |
||
| 18 | } |
||
| 19 | |||
| 20 | protected function browser(): PantherBrowser |
||
| 50 | ; |
||
| 51 | } |
||
| 53 |
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