typehint added

This commit is contained in:
Dennis Eichhorn 2019-12-22 11:13:32 +01:00
parent b839635916
commit 26a901d01f

View File

@ -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)