summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-10-19 13:27:58 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-10-19 13:44:32 +0200
commit2ee26b691c8045180c28d81e90c110c38cabcda8 (patch)
treef1dacac5364ed6ec87249f3480f55068fb0b8658 /apps/user_ldap/lib
parentd741c5ab30024a88d1cbb29a52c87996c1e46b66 (diff)
downloadnextcloud-server-2ee26b691c8045180c28d81e90c110c38cabcda8.tar.gz
nextcloud-server-2ee26b691c8045180c28d81e90c110c38cabcda8.zip
tame psalm. why does it ignore '@property'?
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/Connection.php6
1 files changed, 1 insertions, 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();
}