By longwave on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
Previously, StreamWrapperManager was tagged as ContainerAware and the entire container was injected in a setter method.
Now, it accepts a \Psr\Container\ContainerInterface as an argument to the constructor of a service locator, which only contains the stream wrapper services.
Impacts:
Module developers