From 2ee26b691c8045180c28d81e90c110c38cabcda8 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 19 Oct 2020 13:27:58 +0200 Subject: [PATCH] tame psalm. why does it ignore '@property'? Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/Connection.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index af10aadc6bb..6af2fd700e4 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -145,11 +145,7 @@ class Connection extends LDAPUtility { $this->dontDestruct = true; } - /** - * @param string $name - * @return bool|mixed - */ - public function __get($name) { + public function __get(string $name) { if (!$this->configured) { $this->readConfiguration(); } -- 2.39.5