Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9468ac6

Browse files
committed
The Application $defaultDelegate and $emitter can also be null
1 parent 5b1403d commit 9468ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application extends MiddlewarePipe
4444
private $container;
4545

4646
/**
47-
* @var DelegateInterface
47+
* @var null|DelegateInterface
4848
*/
4949
private $defaultDelegate;
5050

@@ -55,7 +55,7 @@ class Application extends MiddlewarePipe
5555
private $dispatchMiddlewareIsRegistered = false;
5656

5757
/**
58-
* @var EmitterInterface
58+
* @var null|EmitterInterface
5959
*/
6060
private $emitter;
6161

0 commit comments

Comments
 (0)