Completed
Push — master ( 26321c...f27ef8 )
by Pavel
02:08
created
src/IncenteevParametersProcessor.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
         }
113 113
 
114 114
         if (!is_null($outFile)) {
115
-	        ksort($values[self::$PARAMETER_KEY]);
115
+            ksort($values[self::$PARAMETER_KEY]);
116 116
             $this->fs->dumpFile($outFile, Yaml::dump($values));
117 117
         } else {
118 118
             return $values;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * @param $inFile
88
-     * @param null $outFile
88
+     * @param string $outFile
89 89
      * @param array $stack
90 90
      * @return array|bool|mixed
91 91
      */
Please login to merge, or discard this patch.