Test Failed
Push — master ( 014002...9a5747 )
by Federico
01:51
created
dist/jate/functions/block.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
     return jBlockFileMan($_path, $extension, $_parameters);
18 18
   }
19 19
 
20
+  /**
21
+   * @param string $_type
22
+   */
20 23
   function jBlockFileMan( $_path, $_type, $_parameters = [] ) {
21 24
     if(!file_exists($_path))
22 25
       Debug::fatal("File [$_path] not found.");
Please login to merge, or discard this patch.