| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | trait HasPantherBrowser |
||
| 10 | { |
||
| 11 | private static ?PantherClient $primaryPantherClient = null; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @internal |
||
| 15 | * @after |
||
| 16 | */ |
||
| 17 | final public static function _resetPantherBrowserClient(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function pantherBrowser(array $options = [], array $kernelOptions = [], array $managerOptions = []): PantherBrowser |
||
| 51 |