@@ -9,7 +9,6 @@ |
||
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 | /** |
@@ -50,7 +50,7 @@ |
||
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 | { |