Test Failed
Push — master ( c5f697...2a8a67 )
by Alexey
10:03 queued 04:18
created
system/Inji/Tools.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -452,6 +452,9 @@
 block discarded – undo
452 452
         }
453 453
     }
454 454
 
455
+    /**
456
+     * @param string $dir
457
+     */
455 458
     public static function getDirContents($dir, &$results = array(), $curPath = '') {
456 459
         $files = scandir($dir);
457 460
         foreach ($files as $key => $value) {
Please login to merge, or discard this patch.