Skip to content

Commit 6003337

Browse files
milousdg
authored andcommitted
typo
1 parent 9c46efd commit 6003337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Application
3737
/** @var callable[] function (Application $sender, Request $request); Occurs when a new request is received */
3838
public $onRequest;
3939

40-
/** @var callable[] function (Application $sender, Presenter $presenter); Occurs when a presenter is created */
40+
/** @var callable[] function (Application $sender, IPresenter $presenter); Occurs when a presenter is created */
4141
public $onPresenter;
4242

4343
/** @var callable[] function (Application $sender, IResponse $response); Occurs when a new response is ready for dispatch */

0 commit comments

Comments
 (0)