X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseObject.php;h=9a2d064750b7d74ca13bc17fd2473323cf3298f8;hb=4ec4a04e491bf334c1d129d51aa7ca65dc54dfe3;hp=7e90478a9d613a378bf28dace96144a9b38f94b5;hpb=7b91c26c3160e3d13e46efda0f7a77ccb1b99083;p=friendica.git diff --git a/src/BaseObject.php b/src/BaseObject.php index 7e90478a9d..9a2d064750 100644 --- a/src/BaseObject.php +++ b/src/BaseObject.php @@ -15,6 +15,9 @@ use Friendica\Network\HTTPException\InternalServerErrorException; */ class BaseObject { + /** + * @var App + */ private static $app = null; /**