Skip to content

Add symfony/options-resolver ^7.0 to composer #32

Add symfony/options-resolver ^7.0 to composer

Add symfony/options-resolver ^7.0 to composer #32

Triggered via pull request December 22, 2023 12:39
Status Failure
Total duration 35s
Artifacts

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 3 warnings
PHPStan: lib/Browser.php#L23
Property Buzz\Browser::$requestFactory has unknown class Http\Message\RequestFactory as its type.
PHPStan: lib/Browser.php#L39
Parameter $requestFactory of method Buzz\Browser::__construct() has invalid type Http\Message\RequestFactory.
PHPStan: lib/Browser.php#L41
Class Http\Message\RequestFactory not found.
PHPStan: lib/Browser.php#L42
Class Http\Message\RequestFactory not found.
PHPStan: lib/Browser.php#L253
Call to method createRequest() on an unknown class Http\Message\RequestFactory.
PHPStan: lib/Client/AbstractClient.php#L1
Ignored error pattern #^Method Buzz\\Client\\AbstractClient\:\:doValidateOptions\(\) return type has no value type specified in iterable type Buzz\\Configuration\\ParameterBag\.$# in path /github/workspace/lib/Client/AbstractClient.php was not matched in reported errors.
PHPStan: lib/Client/AbstractClient.php#L1
Ignored error pattern #^Method Buzz\\Client\\AbstractClient\:\:validateOptions\(\) return type has no value type specified in iterable type Buzz\\Configuration\\ParameterBag\.$# in path /github/workspace/lib/Client/AbstractClient.php was not matched in reported errors.
PHPStan: lib/Client/AbstractClient.php#L1
Ignored error pattern #^Property Buzz\\Client\\AbstractClient\:\:\$options type has no value type specified in iterable type Buzz\\Configuration\\ParameterBag\.$# in path /github/workspace/lib/Client/AbstractClient.php was not matched in reported errors.
PHPStan: lib/Client/AbstractClient.php#L28
Property Buzz\Client\AbstractClient::$responseFactory has unknown class Http\Message\ResponseFactory as its type.
PHPStan: lib/Client/AbstractClient.php#L33
Parameter $responseFactory of method Buzz\Client\AbstractClient::__construct() has invalid type Http\Message\ResponseFactory.
DeprecatedInterface: lib/Browser.php#L17
lib/Browser.php:17:7: DeprecatedInterface: Http\Client\HttpClient is marked deprecated (see https://psalm.dev/152)
UnusedClass: lib/Browser.php#L17
lib/Browser.php:17:7: UnusedClass: Class Buzz\Browser is never used (see https://psalm.dev/075)
PropertyNotSetInConstructor: lib/Browser.php#L20
lib/Browser.php:20:13: PropertyNotSetInConstructor: Property Buzz\Browser::$client is not defined in constructor of Buzz\Browser or in any private or final methods called in the constructor (see https://psalm.dev/074)
UndefinedDocblockClass: lib/Browser.php#L22
lib/Browser.php:22:14: UndefinedDocblockClass: Docblock-defined class, interface or enum named Http\Message\RequestFactory does not exist (see https://psalm.dev/200)
PropertyNotSetInConstructor: lib/Browser.php#L23
lib/Browser.php:23:13: PropertyNotSetInConstructor: Property Buzz\Browser::$requestFactory is not defined in constructor of Buzz\Browser or in any private or final methods called in the constructor (see https://psalm.dev/074)
UndefinedDocblockClass: lib/Browser.php#L37
lib/Browser.php:37:15: UndefinedDocblockClass: Docblock-defined class, interface or enum named Http\Message\RequestFactory does not exist (see https://psalm.dev/200)
PossiblyUnusedParam: lib/Browser.php#L39
lib/Browser.php:39:53: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
PossiblyUnusedParam: lib/Browser.php#L39
lib/Browser.php:39:62: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
UndefinedClass: lib/Browser.php#L41
lib/Browser.php:41:96: UndefinedClass: Class, interface or enum named Http\Message\RequestFactory does not exist (see https://psalm.dev/019)
UndefinedDocblockClass: lib/Browser.php#L253
lib/Browser.php:253:20: UndefinedDocblockClass: Docblock-defined class, interface or enum named Http\Message\RequestFactory does not exist (see https://psalm.dev/200)
PHP-CS-Fixer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Psalm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/