Completed
Push — master ( 167ae3...6621a3 )
by Andrii
13s
created
src/Builder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -252,6 +252,9 @@  discard block
 block discarded – undo
252 252
         return static::substitutePaths($data, $dir, static::BASE_DIR_MARKER);
253 253
     }
254 254
 
255
+    /**
256
+     * @param string $path
257
+     */
255 258
     public static function normalizeDir($path, $ds = '/')
256 259
     {
257 260
         return rtrim(strtr($path, '\/', $ds), $ds);
@@ -295,6 +298,9 @@  discard block
 block discarded – undo
295 298
         return $skippable . $result;
296 299
     }
297 300
 
301
+    /**
302
+     * @param string $name
303
+     */
298 304
     public function loadConfig($name)
299 305
     {
300 306
         return $this->loadFile($this->getOutputPath($name));
Please login to merge, or discard this patch.