@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * @param PhantomJsBaseClient $client |
| 117 | - * @param $method |
|
| 117 | + * @param string $method |
|
| 118 | 118 | * @param string $uri |
| 119 | 119 | * @param array $parameters |
| 120 | 120 | * |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | /** |
| 147 | - * @param RequestInterface|\JonnyW\PhantomJs\Http\RequestInterface $request |
|
| 147 | + * @param \JonnyW\PhantomJs\Http\RequestInterface $request |
|
| 148 | 148 | * |
| 149 | 149 | * @return \JonnyW\PhantomJs\Http\RequestInterface|RequestInterface |
| 150 | 150 | */ |