From 26a901d01f084180d95fa996a4207bcbff4f89ba Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 22 Dec 2019 11:13:32 +0100 Subject: [PATCH] typehint added --- application/sample.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/sample.md b/application/sample.md index c8599c1..fa93542 100644 --- a/application/sample.md +++ b/application/sample.md @@ -212,7 +212,7 @@ use app\view\TestView; class TestController { - private $app = null; + private ApplicationAbstract $app = null; /* the dispatcher passes the ApplicationAbstract reference to the controller */ public function __construct(ApplicationAbstract $app)