laminas / laminas-diactoros

PSR HTTP Message implementations
https://docs.laminas.dev/laminas-diactoros/
BSD 3-Clause "New" or "Revised" License
487 stars 63 forks source link

Remove marshalUriFromSapi function #152

Closed weierophinney closed 1 year ago

weierophinney commented 1 year ago
Q A
Documentation yes
Bugfix no
BC Break yes
New Feature no
RFC no
QA no

Description

In version 2.11.0, we deprecated the Laminas\Diactoros\marshalUriFromSapi() function, and moved its functionality to UriFactory::createFromSapi().

This patch removes it for the v3.0.0 release, and documents the removal in the migration guide.

Fixes #149

Xerkus commented 1 year ago

psalm config file also has issue handler for this

weierophinney commented 1 year ago

psalm config file also has issue handler for this

Resolved.

Xerkus commented 1 year ago

Thank you.