The doc comment array<class-string, callable> at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in array<class-string, callable>.
Loading history...
10
private array $handlers = [];
11
12
/**
13
* @param class-string $exception
14
*/
15
1
public function handle(string $exception, callable $handler): self
The doc comment array<class-string, callable> at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in array<class-string, callable>.