tame psalm. why does it ignore '@property'?
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
85d5ac5c91
commit
59974c1fd5
|
@ -140,11 +140,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…
Reference in New Issue