Closed weierophinney closed 1 year ago
In version 2.11.0, we deprecated the Laminas\Diactoros\marshalUriFromSapi() function, and moved its functionality to UriFactory::createFromSapi().
Laminas\Diactoros\marshalUriFromSapi()
UriFactory::createFromSapi()
This patch removes it for the v3.0.0 release, and documents the removal in the migration guide.
Fixes #149
psalm config file also has issue handler for this
Resolved.
Thank you.
Description
In version 2.11.0, we deprecated the
Laminas\Diactoros\marshalUriFromSapi()
function, and moved its functionality toUriFactory::createFromSapi()
.This patch removes it for the v3.0.0 release, and documents the removal in the migration guide.
Fixes #149