We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aba859 commit 414729bCopy full SHA for 414729b
src/ThrowableToProblemDetailsKernelListener.php
@@ -29,7 +29,7 @@ class ThrowableToProblemDetailsKernelListener
29
* @param array<ExceptionConverterInterface> $exceptionConverters
30
*/
31
public function __construct(
32
- protected array $exceptionConverters = []
+ protected iterable $exceptionConverters = []
33
) {
34
if (empty($this->exceptionConverters)) {
35
throw new InvalidArgumentException('At least one converter must be provided');
0 commit comments