Skip to content
Snippets Groups Projects
Unverified Commit be636755 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Phpdoc

parent e56677da
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class ErrorCodes
/**
* Fetch all default translation strings for error code descriptions.
*
* @return string A map from error code to error code description
* @return array A map from error code to error code description
*/
final public static function defaultGetAllErrorCodeDescriptions()
{
......@@ -118,7 +118,7 @@ class ErrorCodes
*
* Extend this to add error codes.
*
* @return string A map from error code to error code description
* @return array A map from error code to error code description
*/
public static function getAllErrorCodeDescriptions()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment