The class Http\Message\StreamFactory\SlimStreamFactory has been deprecated: This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
33
$this->streamFactory = /** @scrutinizer ignore-deprecated */ new SlimStreamFactory();
The class Http\Message\UriFactory\SlimUriFactory has been deprecated: This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
34
$this->uriFactory = /** @scrutinizer ignore-deprecated */ new SlimUriFactory();