@@ -126,6 +126,9 @@ |
||
126 | 126 | ); |
127 | 127 | } |
128 | 128 | |
129 | + /** |
|
130 | + * @param string $methodName |
|
131 | + */ |
|
129 | 132 | private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName, |
130 | 133 | array $arguments) |
131 | 134 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @param ObjectProphecy $objectProphecy |
41 | 41 | * @param string $methodName |
42 | - * @param null|Argument\ArgumentsWildcard|array $arguments |
|
42 | + * @param Argument\ArgumentsWildcard $arguments |
|
43 | 43 | * |
44 | 44 | * @throws \Prophecy\Exception\Doubler\MethodNotFoundException If method not found |
45 | 45 | */ |
@@ -263,7 +263,7 @@ discard block |
||
263 | 263 | /** |
264 | 264 | * Checks provided prediction immediately. |
265 | 265 | * |
266 | - * @param callable|Prediction\PredictionInterface $prediction |
|
266 | + * @param Prediction\PredictionInterface $prediction |
|
267 | 267 | * |
268 | 268 | * @return $this |
269 | 269 | * |
@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * @param string $message |
33 | - * @param string|object $classname |
|
33 | + * @param string $classname |
|
34 | 34 | * @param string $methodName |
35 | 35 | * @param null|Argument\ArgumentsWildcard|array $arguments |
36 | 36 | */ |