Completed
Pull Request — master (#449)
by
unknown
01:23
created
src/Prophecy/Call/CallCenter.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -146,6 +146,9 @@  discard block
 block discarded – undo
146 146
         );
147 147
     }
148 148
 
149
+    /**
150
+     * @param string $methodName
151
+     */
149 152
     private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName,
150 153
                                                    array $arguments)
151 154
     {
@@ -193,6 +196,9 @@  discard block
 block discarded – undo
193 196
         );
194 197
     }
195 198
 
199
+    /**
200
+     * @param integer $indentationLength
201
+     */
196 202
     private function indentArguments(array $arguments, $indentationLength)
197 203
     {
198 204
         return \preg_replace_callback(
Please login to merge, or discard this patch.