X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseObject.php;h=9a2d064750b7d74ca13bc17fd2473323cf3298f8;hb=0046e62077ff71559624f48667d844b12efcf65b;hp=7e90478a9d613a378bf28dace96144a9b38f94b5;hpb=ad854d5d401b34758cabb5c5ec18d46c79b7565d;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; /**