Passed
Push — master ( 638b9b...570f33 )
by P.R.
01:53
created
src/Helper/RoutineLoaderHelper.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -531,9 +531,9 @@
 block discarded – undo
531 531
   private function extractParameters(): void
532 532
   {
533 533
     $this->routineParameters = new RoutineParametersHelper($this->dl,
534
-                                                           $this->io,
535
-                                                           $this->docBlockReflection,
536
-                                                           $this->routineName);
534
+                                                            $this->io,
535
+                                                            $this->docBlockReflection,
536
+                                                            $this->routineName);
537 537
 
538 538
     $this->routineParameters->extractRoutineParameters();
539 539
   }
Please login to merge, or discard this patch.