@@ -155,8 +155,6 @@ discard block |
||
| 155 | 155 | /** |
| 156 | 156 | * Return a string with the method name and arguments formatted |
| 157 | 157 | * |
| 158 | - * @param string $name Name of the expected method |
|
| 159 | - * @param array $args List of arguments to the method |
|
| 160 | 158 | * @return string |
| 161 | 159 | */ |
| 162 | 160 | public function __toString() |
@@ -189,7 +187,6 @@ discard block |
||
| 189 | 187 | /** |
| 190 | 188 | * Sets public properties with queued values to the mock object |
| 191 | 189 | * |
| 192 | - * @param array $args |
|
| 193 | 190 | * @return mixed |
| 194 | 191 | */ |
| 195 | 192 | protected function _setValues() |
@@ -267,7 +264,7 @@ discard block |
||
| 267 | 264 | /** |
| 268 | 265 | * Verify this expectation |
| 269 | 266 | * |
| 270 | - * @return bool |
|
| 267 | + * @return boolean|null |
|
| 271 | 268 | */ |
| 272 | 269 | public function verify() |
| 273 | 270 | { |