Completed
Pull Request — master (#430)
by Sébastien
01:46
created
src/Prophecy/Call/CallCenter.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@  discard block
 block discarded – undo
145 145
         );
146 146
     }
147 147
 
148
+    /**
149
+     * @param string $methodName
150
+     */
148 151
     private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName,
149 152
                                                    array $arguments)
150 153
     {
@@ -201,6 +204,9 @@  discard block
 block discarded – undo
201 204
         );
202 205
     }
203 206
 
207
+    /**
208
+     * @param integer $indentationLength
209
+     */
204 210
     private function indentArguments(array $arguments, $indentationLength)
205 211
     {
206 212
         return preg_replace_callback(
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Prophecy\Call;
13 13
 
14 14
 use Prophecy\Exception\Prophecy\MethodProphecyException;
15
-use Prophecy\Prophecy\MethodProphecy;
16 15
 use Prophecy\Prophecy\ObjectProphecy;
17 16
 use Prophecy\Argument\ArgumentsWildcard;
18 17
 use Prophecy\Util\StringUtil;
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
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param string $message
35
-     * @param string|object $classname
35
+     * @param string $classname
36 36
      * @param string $methodName
37 37
      * @param null|ArgumentsWildcard|array $arguments
38 38
      */
Please login to merge, or discard this patch.