@@ -214,6 +214,9 @@ |
||
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( |