From ebc45adc6bf3afaaa561d6aa343715ae6a640405 Mon Sep 17 00:00:00 2001 From: Mischa Salle <msalle@nikhef.nl> Date: Wed, 10 Jun 2020 14:15:13 +0200 Subject: [PATCH] Add missing concatenation operators --- lib/SimpleSAML/Error/ErrorCodes.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/SimpleSAML/Error/ErrorCodes.php b/lib/SimpleSAML/Error/ErrorCodes.php index 0b0fee216..565ceaa26 100644 --- a/lib/SimpleSAML/Error/ErrorCodes.php +++ b/lib/SimpleSAML/Error/ErrorCodes.php @@ -82,9 +82,9 @@ class ErrorCodes { return [ 'ACSPARAMS' => Translate::noop('{errors:descr_ACSPARAMS}'), - 'ARSPARAMS' => Translate::noop("" - "You accessed the Artifact Resolution Service interface, but did not " - "provide a SAML ArtifactResolve message. Please note that this endpoint is" + 'ARSPARAMS' => Translate::noop("". + "You accessed the Artifact Resolution Service interface, but did not ". + "provide a SAML ArtifactResolve message. Please note that this endpoint is". " not intended to be accessed directly."), 'AUTHSOURCEERROR' => Translate::noop('{errors:descr_AUTHSOURCEERROR}'), 'BADREQUEST' => Translate::noop('{errors:descr_BADREQUEST}'), @@ -112,9 +112,9 @@ class ErrorCodes 'PROCESSAUTHNREQUEST' => Translate::noop('{errors:descr_PROCESSAUTHNREQUEST}'), 'RESPONSESTATUSNOSUCCESS' => Translate::noop('{errors:descr_RESPONSESTATUSNOSUCCESS}'), 'SLOSERVICEPARAMS' => Translate::noop('{errors:descr_SLOSERVICEPARAMS}'), - 'SSOPARAMS' => Translate::noop("" - "You accessed the Single Sign On Service interface, but did not provide a " - "SAML Authentication Request. Please note that this endpoint is not " + 'SSOPARAMS' => Translate::noop("". + "You accessed the Single Sign On Service interface, but did not provide a ". + "SAML Authentication Request. Please note that this endpoint is not ". "intended to be accessed directly."), 'UNHANDLEDEXCEPTION' => Translate::noop('{errors:descr_UNHANDLEDEXCEPTION}'), 'UNKNOWNCERT' => Translate::noop('{errors:descr_UNKNOWNCERT}'), -- GitLab