Completed
Push — randbytes ( 078bb7...449ea4 )
by Richard
03:50
created
htdocs/modules/notifications/class/helper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @return string
49
+     * @return Xoops\Module\Helper\HelperAbstract
50 50
      */
51 51
     public static function getInstance()
52 52
     {
Please login to merge, or discard this patch.
upgrade/upd-2.0.16-to-2.0.17/index.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return (bool)($value);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $sql
39
+     */
37 40
     function query($sql)
38 41
     {
39 42
         $xoops = Xoops::getInstance();
Please login to merge, or discard this patch.