Skip to content

Commit b39b347

Browse files
authored
chore(laravel): missing iterable type (api-platform#7057)
1 parent 1eb9da1 commit b39b347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/Exception/ErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class ErrorHandler extends ExceptionsHandler
4141

4242
/**
4343
* @param array<class-string, int> $exceptionToStatus
44+
* @param array<string, string[]> $errorFormats
4445
*/
4546
public function __construct(
4647
Container $container,

0 commit comments

Comments
 (0)