tame psalm. why does it ignore '@property'?
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
fbfac673c9
commit
7fad750a2d
|
@ -145,11 +145,7 @@ class Connection extends LDAPUtility {
|
||||||
$this->dontDestruct = true;
|
$this->dontDestruct = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public function __get(string $name) {
|
||||||
* @param string $name
|
|
||||||
* @return bool|mixed
|
|
||||||
*/
|
|
||||||
public function __get($name) {
|
|
||||||
if (!$this->configured) {
|
if (!$this->configured) {
|
||||||
$this->readConfiguration();
|
$this->readConfiguration();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue