Passed
Push — master ( 47f1d1...f27cfc )
by P.R.
01:53
created
src/Helper/RoutineLoaderHelper.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -550,9 +550,9 @@  discard block
 block discarded – undo
550 550
   private function extractParameters(): void
551 551
   {
552 552
     $this->routineParameters = new RoutineParametersHelper($this->dl,
553
-                                                           $this->io,
554
-                                                           $this->docBlockReflection,
555
-                                                           $this->routineName);
553
+                                                            $this->io,
554
+                                                            $this->docBlockReflection,
555
+                                                            $this->routineName);
556 556
 
557 557
     $this->routineParameters->extractRoutineParameters();
558 558
   }
@@ -943,8 +943,8 @@  discard block
 block discarded – undo
943 943
                 'longtext'];
944 944
     $parts   = ['whitespace'  => '(?<whitespace>\s+)',
945 945
                 'type_list'   => str_replace('type-list',
946
-                                             implode('|', $types),
947
-                                             '(?<datatype>(type-list).*)'),
946
+                                              implode('|', $types),
947
+                                              '(?<datatype>(type-list).*)'),
948 948
                 'nullable'    => '(?<nullable>not\s+null)?',
949 949
                 'punctuation' => '(?<punctuation>\s*[,;])?',
950 950
                 'hint'        => '(?<hint>\s+--\s+type:\s+(\w+\.)?\w+\.\w+\s*)'];
Please login to merge, or discard this patch.