@@ -80,6 +80,8 @@ discard block |
||
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * @inheritdoc |
| 83 | + * @param string $option |
|
| 84 | + * @return integer |
|
| 83 | 85 | */ |
| 84 | 86 | public function getConfig($option = null) |
| 85 | 87 | { |
@@ -123,7 +125,7 @@ discard block |
||
| 123 | 125 | |
| 124 | 126 | /** |
| 125 | 127 | * @param PhantomJsBaseClient $client |
| 126 | - * @param $method |
|
| 128 | + * @param string $method |
|
| 127 | 129 | * @param string $uri |
| 128 | 130 | * @param array $parameters |
| 129 | 131 | * |