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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-10-19 13:27:58 +02:00 committed by backportbot[bot]
parent fbfac673c9
commit 7fad750a2d
1 changed files with 1 additions and 5 deletions

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