Skip to content

Commit 2a3df38

Browse files
committed
Removed superfluous doc tag
1 parent e2c263e commit 2a3df38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Exceptions/ErrorException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ final class ErrorException extends Exception
1212
* Creates a new Exception instance.
1313
*
1414
* @param array{message: string|array<int, string>, type: ?string, code: string|int|null} $contents
15-
* @param int $statusCode
1615
*/
1716
public function __construct(private readonly array $contents, private readonly int $statusCode)
1817
{

0 commit comments

Comments
 (0)