rewrite tests from phpspec to phpunit #148
static.yml
on: pull_request
PHPStan
15s
PHP-CS-Fixer
8s
Annotations
3 errors
|
PHPStan:
src/Plugin/RedirectPlugin.php#L224
Method Psr\Http\Message\StreamFactoryInterface@anonymous/Plugin/RedirectPlugin.php:221::createStream() should return Psr\Http\Message\StreamInterface but returns mixed.
|
|
PHPStan:
src/Plugin/RedirectPlugin.php#L224
Call to static method streamFor() on an unknown class GuzzleHttp\Psr7\Utils.
|
|
PHPStan:
src/Plugin/RedirectPlugin.php#L218
Method Http\Client\Common\Plugin\RedirectPlugin::guessStreamFactory() should return Psr\Http\Message\StreamFactoryInterface|null but returns Nyholm\Psr7\Factory\Psr17Factory.
|