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

zend-problem-details 1.0.0alpha1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Feb 20:02
· 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-middleware and http-interop/http-server-middleware.

  • #22 removes MissingResponseException as it cannot be thrown anymore, because interfaces have PHP7 return type and TypeError will be thrown.

Fixed

  • Nothing.