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

Commit 581d58d

Browse files
committed
Merge branch 'hotfix/482'
Close #482
2 parents ee0a33a + 5454e72 commit 581d58d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file, in reverse
2121
- [#479](https://github.com/zendframework/zend-expressive/pull/479) fixes the
2222
`WhoopsErrorResponseGenerator::$whoops` dockblock Type to support Whoops 1
2323
and 2.
24+
- [#482](https://github.com/zendframework/zend-expressive/pull/482) fixes the
25+
`Application::$defaultDelegate` dockblock Type.
2426

2527
## 2.0.3 - 2017-03-28
2628

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