Completed
Push — master ( a47eb4...10fc3d )
by Richard
06:23
created
htdocs/modules/system/help.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 10
 */
11 11
 
12
-use Xoops\Core\Kernel\Criteria;
13 12
 use Xoops\Core\Kernel\CriteriaCompo;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Locale/MessageFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Get the error code from the last operation
52 52
      * @link http://php.net/manual/en/messageformatter.geterrorcode.php
53
-     * @return string Code of the last error.
53
+     * @return integer Code of the last error.
54 54
      */
55 55
     public function getErrorCode()
56 56
     {
Please login to merge, or discard this patch.