Completed
Push — master ( 98eeb4...22887c )
by Michael
11s
created
class/language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @return mixed
91
+     * @return boolean
92 92
      */
93 93
     public function hasBase()
94 94
     {
Please login to merge, or discard this patch.
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 }
60 60
 
61 61
 /**
62
- * @return mixed
62
+ * @return boolean
63 63
  */
64 64
 function xlanguage_createConfig()
65 65
 {
Please login to merge, or discard this patch.