@@ -122,7 +122,7 @@ |
||
122 | 122 | * @param RequestInterface $request |
123 | 123 | * @param ResponseInterface $response |
124 | 124 | * |
125 | - * @return null|bool |
|
125 | + * @return null|false |
|
126 | 126 | */ |
127 | 127 | public function httpPost(RequestInterface $request, ResponseInterface $response) { |
128 | 128 | $path = $request->getPath(); |
@@ -30,7 +30,6 @@ |
||
30 | 30 | private $publicURLs; |
31 | 31 | |
32 | 32 | /** |
33 | - * @param string[] $publicURLs |
|
34 | 33 | */ |
35 | 34 | public function __construct() { |
36 | 35 | $this->publicURLs = [ |