From be636755175fe696527dd0b2a84d3eafae59d686 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 4 Aug 2018 11:31:56 +0200 Subject: [PATCH] Phpdoc --- lib/SimpleSAML/Error/ErrorCodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SimpleSAML/Error/ErrorCodes.php b/lib/SimpleSAML/Error/ErrorCodes.php index 803f1acea..e35865894 100644 --- a/lib/SimpleSAML/Error/ErrorCodes.php +++ b/lib/SimpleSAML/Error/ErrorCodes.php @@ -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() { -- GitLab