Completed
Push — master ( a847da...ede37a )
by Federico
03:15
created
dist/jate/functions/block.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
     return $temp;
37 37
   }
38 38
 
39
+  /**
40
+   * @param string $_type
41
+   */
39 42
   function jBlockFileMan( $_path, $_type, $_parameters = [] ) {
40 43
     try {
41 44
       $temp = Parser::parseFileMan($_path, $_parameters, $_type);
Please login to merge, or discard this patch.
dist/jate/modules/Connection/Connection.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -3,6 +3,10 @@
 block discarded – undo
3 3
   class Connection {
4 4
     public $database;
5 5
     public $info;
6
+
7
+    /**
8
+     * @param JConfig $_object
9
+     */
6 10
     public function __construct( $_object ) {
7 11
       if(!is_object($_object))
8 12
         throw new JException("Parameter must be an object.");
Please login to merge, or discard this patch.