kopia lustrzana https://github.com/nextcloud/social
Merge pull request #30 from nextcloud-gmbh/fix-chaining
Fix error due to missing object returnpull/32/head
commit
8c5624be53
|
@ -347,9 +347,13 @@ class Person extends ACore implements JsonSerializable {
|
|||
|
||||
/**
|
||||
* @param bool $local
|
||||
*
|
||||
* @return Person
|
||||
*/
|
||||
public function setLocal(bool $local) {
|
||||
public function setLocal(bool $local): Person {
|
||||
$this->local = $local;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue