Browse Source

tame psalm. why does it ignore '@property'?

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v21.0.0beta1
Arthur Schiwon 3 years ago
parent
commit
2ee26b691c
No account linked to committer's email address
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      apps/user_ldap/lib/Connection.php

+ 1
- 5
apps/user_ldap/lib/Connection.php View File

@@ -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();
}

Loading…
Cancel
Save