Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tame psalm. why does it ignore '@Property'?
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz authored and backportbot[bot] committed Oct 19, 2020
commit 7fad750a2d87386c2d534ed7201715fd399e2764
6 changes: 1 addition & 5 deletions apps/user_ldap/lib/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ public function __clone() {
$this->dontDestruct = true;
}

/**
* @param string $name
* @return bool|mixed
*/
public function __get($name) {
public function __get(string $name) {
if (!$this->configured) {
$this->readConfiguration();
}
Expand Down