Completed
Push — master ( f6811d...278880 )
by Ciaran
02:23 queued 14s
created
src/Prophecy/Call/CallCenter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -214,6 +214,9 @@
 block discarded – undo
214 214
         );
215 215
     }
216 216
 
217
+    /**
218
+     * @param integer $indentationLength
219
+     */
217 220
     private function indentArguments(array $arguments, $indentationLength)
218 221
     {
219 222
         return preg_replace_callback(
Please login to merge, or discard this patch.