Completed
Push — master ( e5a942...818f4f )
by Ciaran
01:39 queued 22s
created
src/Prophecy/Call/CallCenter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -126,6 +126,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Prophecy/Prophecy/MethodProphecy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Prophecy/Exception/Doubler/MethodNotFoundException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.