Skip to content

Commit 525b56e

Browse files
committed
tame psalm. why does it ignore '@Property'?
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent b941b9a commit 525b56e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/user_ldap/lib/Connection.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ public function __clone() {
140140
$this->dontDestruct = true;
141141
}
142142

143-
/**
144-
* @param string $name
145-
* @return bool|mixed
146-
*/
147-
public function __get($name) {
143+
public function __get(string $name) {
148144
if (!$this->configured) {
149145
$this->readConfiguration();
150146
}

0 commit comments

Comments
 (0)