Skip to content

Commit d722f0a

Browse files
committed
docs: fix missing parameter declaration
1 parent 1fbbd4c commit d722f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exceptions/SruErrorException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class SruErrorException extends \Exception
66

77
/**
88
* @param string $message
9+
* @param string $uri
910
*/
1011
public function __construct($message, $uri)
1112
{

0 commit comments

Comments
 (0)