This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-problem-details 1.0.0alpha1
·
85 commits
to master
since this release
Added
- #30 adds PSR-15 support.
Changed
- #24 updates all classes to use scalar and return type hints, including nullable and void types. If you were extending classes within an earlier release, you may need to update signatures of any methods you override.
Deprecated
- Nothing.
Removed
-
#22 and #30 remove support for both
http-interop/http-middlewareandhttp-interop/http-server-middleware. -
#22 removes
MissingResponseExceptionas it cannot be thrown anymore, because interfaces have PHP7 return type andTypeErrorwill be thrown.
Fixed
- Nothing.