We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c46efd commit 6003337Copy full SHA for 6003337
src/Application/Application.php
@@ -37,7 +37,7 @@ class Application
37
/** @var callable[] function (Application $sender, Request $request); Occurs when a new request is received */
38
public $onRequest;
39
40
- /** @var callable[] function (Application $sender, Presenter $presenter); Occurs when a presenter is created */
+ /** @var callable[] function (Application $sender, IPresenter $presenter); Occurs when a presenter is created */
41
public $onPresenter;
42
43
/** @var callable[] function (Application $sender, IResponse $response); Occurs when a new response is ready for dispatch */
0 commit comments