Skip to content

Merge pull request #428 from sunkan/symfony-7 #34

Merge pull request #428 from sunkan/symfony-7

Merge pull request #428 from sunkan/symfony-7 #34

Triggered via push June 30, 2024 22:53
Status Failure
Total duration 27s
Artifacts

static.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 6 warnings
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)
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/AbstractCurl.php#L1
Ignored error pattern #^Method Buzz\\Client\\AbstractCurl\:\:prepare\(\) has parameter \$options with no value type specified in iterable type Buzz\\Configuration\\ParameterBag\.$# in path /github/workspace/lib/Client/AbstractCurl.php was not matched in reported errors.
PHPStan: lib/Client/AbstractCurl.php#L1
Ignored error pattern #^Method Buzz\\Client\\AbstractCurl\:\:setOptionsFromParameterBag\(\) has parameter \$options with no value type specified in iterable type Buzz\\Configuration\\ParameterBag\.$# in path /github/workspace/lib/Client/AbstractCurl.php was not matched in reported errors.
PHPStan: lib/Client/AbstractCurl.php#L1
Ignored error pattern #^Property Buzz\\Client\\AbstractCurl\:\:\$handles has no typehint specified\.$# in path /github/workspace/lib/Client/AbstractCurl.php was not matched in reported errors.
PHPStan: lib/Client/AbstractCurl.php#L1
Ignored error pattern #^Property Buzz\\Client\\AbstractCurl\:\:\$maxHandles has no typehint specified\.$# in path /github/workspace/lib/Client/AbstractCurl.php was not matched in reported errors.
PHPStan: lib/Client/AbstractCurl.php#L22
Property Buzz\Client\AbstractCurl::$handles has no type specified.
PHPStan: lib/Client/AbstractCurl.php#L24
Property Buzz\Client\AbstractCurl::$maxHandles has no type specified.
PHPStan: lib/Client/AbstractCurl.php#L61
Parameter #1 $handle of function curl_close expects CurlHandle, resource given.
PHP-CS-Fixer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
Psalm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/