Completed
Push — master ( 93d6a3...bcdce7 )
by Christophe
14s queued 12s
created
src/Prophecy/Call/CallCenter.php 1 patch
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.