Completed
Push — master ( c3f705...ed0244 )
by Nikolas
03:13
created
src/delivery/cli/CliApplication.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      * @param CommentParser $parser <-
66 66
      */
67 67
     public function __construct(Factory $factory, ActionRegistry $actions, FieldRegistry $fields,
68
-                         RendererRegistry $renderers, TypeFactory $types, CommentParser $parser) {
68
+                            RendererRegistry $renderers, TypeFactory $types, CommentParser $parser) {
69 69
         $this->factory = $factory;
70 70
 
71 71
         $this->actions = $actions;
Please login to merge, or discard this patch.