diff --git a/application/helpers/hlp_return_object_helper.php b/application/helpers/hlp_return_object_helper.php index 4db5eb9e3..602008d3b 100755 --- a/application/helpers/hlp_return_object_helper.php +++ b/application/helpers/hlp_return_object_helper.php @@ -25,11 +25,10 @@ if (! defined('BASEPATH')) exit('No direct script access allowed'); /** * Used to create a return object, should not be used directly - * @return stdClass + * @return stdClass */ function _createReturnObject($code, $error, $retval) { - $returnObject = new stdClass(); $returnObject->code = $code; $returnObject->error = $error; @@ -41,7 +40,7 @@ function _createReturnObject($code, $error, $retval) /** * Success * - * @return stdClass + * @return stdClass */ function success($retval = null, $code = null) { @@ -51,7 +50,7 @@ function success($retval = null, $code = null) /** * Error * - * @return stdClass + * @return stdClass */ function error($retval = null, $code = null) { diff --git a/public/js/components/DashboardWidget/Ampel.js b/public/js/components/DashboardWidget/Ampel.js index 9ec65fa14..be5db43ea 100755 --- a/public/js/components/DashboardWidget/Ampel.js +++ b/public/js/components/DashboardWidget/Ampel.js @@ -145,7 +145,7 @@ export default {
@@ -154,7 +154,7 @@ export default {