File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ UNRELEASED ]
8+ ## [ 1.0.0 ] - 2018-01-26
99
1010### Added
1111
@@ -92,7 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9292
9393First version
9494
95- [ UNRELEASED ] : https://github.com/middlewares/error-handler/compare/v0.9.0...HEAD
95+ [ 1.0.0 ] : https://github.com/middlewares/error-handler/compare/v0.9.0...v1.0.0
9696[ 0.9.0 ] : https://github.com/middlewares/error-handler/compare/v0.8.0...v0.9.0
9797[ 0.8.0 ] : https://github.com/middlewares/error-handler/compare/v0.7.0...v0.8.0
9898[ 0.7.0 ] : https://github.com/middlewares/error-handler/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function ($request) {
108108 ]);
109109 }
110110
111- public function formatsProvider ()
111+ public function formatsProvider (): array
112112 {
113113 return [
114114 ['text/plain ' ],
@@ -125,9 +125,8 @@ public function formatsProvider()
125125
126126 /**
127127 * @dataProvider formatsProvider
128- * @param mixed $type
129128 */
130- public function testFormats ($ type )
129+ public function testFormats (string $ type )
131130 {
132131 $ request = Factory::createServerRequest ()->withHeader ('Accept ' , $ type );
133132
You can’t perform that action at this time.
0 commit comments