summaryrefslogtreecommitdiff
path: root/plugins/auth_remote
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-14 21:09:53 +0300
committerAndrew Dolgov <[email protected]>2021-11-14 21:09:53 +0300
commitf537502fce498118543d47b3d1cb463104f25b1d (patch)
tree3d207a37fd5308b68687cb33e3f0069e6e43aa08 /plugins/auth_remote
parent67a89e861d2fb03624f12b1b8b76a796ef6186fc (diff)
deal with (most of) phpstan warnings in auth_internal and auth_remote
Diffstat (limited to 'plugins/auth_remote')
-rw-r--r--plugins/auth_remote/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_remote/init.php b/plugins/auth_remote/init.php
index 35ee9e31d..9c15d3368 100644
--- a/plugins/auth_remote/init.php
+++ b/plugins/auth_remote/init.php
@@ -12,7 +12,7 @@ class Auth_Remote extends Auth_Base {
$host->add_hook($host::HOOK_AUTH_USER, $this);
}
- function get_login_by_ssl_certificate() {
+ function get_login_by_ssl_certificate() : string {
$cert_serial = Pref_Prefs::_get_ssl_certificate_id();
if ($cert_serial) {