X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModel.php;h=06a61c505af00b2e2df2ac93a4a021940786ed65;hb=7c4b320f30e28ac7915fcb4e4f5b57769bce7f6d;hp=61b6e192a5123bf51f2d83f12da6ab90d9e36d65;hpb=38a5358bfa646ae13a4a1a385741890fa88d9b7f;p=friendica.git diff --git a/src/BaseModel.php b/src/BaseModel.php index 61b6e192a5..06a61c505a 100644 --- a/src/BaseModel.php +++ b/src/BaseModel.php @@ -1,6 +1,6 @@ field (outside of class) * - $this->field (inside of class) * - * @param $name + * @param string $name Name of data to fetch * @return mixed * @throws HTTPException\InternalServerErrorException */ - public function __get($name) + public function __get(string $name) { $this->checkValid();