From d8014d3110818044799722d8ea6a159fb307c11c Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 1 Jul 2019 11:58:30 +1200 Subject: [PATCH] DOCS Update PHPdoc on Authenticator::set_default_authenticator() to show param name --- security/Authenticator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/Authenticator.php b/security/Authenticator.php index 19f280d59..501f4a499 100644 --- a/security/Authenticator.php +++ b/security/Authenticator.php @@ -172,7 +172,7 @@ abstract class Authenticator extends SS_Object { /** * Set a default authenticator (shows first in tabs) * - * @param string + * @param string $authenticator */ public static function set_default_authenticator($authenticator) { self::$default_authenticator = $authenticator;