DOCS Update PHPdoc on Authenticator::set_default_authenticator() to show param name

This commit is contained in:
Robbie Averill 2019-07-01 11:58:30 +12:00
parent 0692e26cc7
commit d8014d3110

View File

@ -172,7 +172,7 @@ abstract class Authenticator extends SS_Object {
/** /**
* Set a default authenticator (shows first in tabs) * Set a default authenticator (shows first in tabs)
* *
* @param string * @param string $authenticator
*/ */
public static function set_default_authenticator($authenticator) { public static function set_default_authenticator($authenticator) {
self::$default_authenticator = $authenticator; self::$default_authenticator = $authenticator;