Skip to content

Commit 414729b

Browse files
author
Florian Krämer
committed
Attempt to fix the converter
1 parent 3aba859 commit 414729b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ThrowableToProblemDetailsKernelListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ThrowableToProblemDetailsKernelListener
2929
* @param array<ExceptionConverterInterface> $exceptionConverters
3030
*/
3131
public function __construct(
32-
protected array $exceptionConverters = []
32+
protected iterable $exceptionConverters = []
3333
) {
3434
if (empty($this->exceptionConverters)) {
3535
throw new InvalidArgumentException('At least one converter must be provided');

0 commit comments

Comments
 (0)