Skip to content

composer: fix some constraints #3

composer: fix some constraints

composer: fix some constraints #3

Triggered via push February 29, 2024 21:25
Status Failure
Total duration 37s
Artifacts

ci.yaml

on: push
PHP-CS-Fixer
8s
PHP-CS-Fixer
PHPStan
12s
PHPStan
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L36
Parameter $conn of method Beberlei\Metrics\Collector\DoctrineDBAL::__construct() has invalid type Doctrine\DBAL\Connection.
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L36
Property Beberlei\Metrics\Collector\DoctrineDBAL::$conn has unknown class Doctrine\DBAL\Connection as its type.
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L67
Call to method beginTransaction() on an unknown class Doctrine\DBAL\Connection.
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L69
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L78
Call to method commit() on an unknown class Doctrine\DBAL\Connection.
PHPStan: src/Metrics/Collector/DoctrineDBAL.php#L80
Call to method rollback() on an unknown class Doctrine\DBAL\Connection.
PHPStan: src/Metrics/Collector/InfluxDB.php#L23
Parameter $client of method Beberlei\Metrics\Collector\InfluxDB::__construct() has invalid type InfluxDB\Client.
PHPStan: src/Metrics/Collector/InfluxDB.php#L23
Property Beberlei\Metrics\Collector\InfluxDB::$client has unknown class InfluxDB\Client as its type.
PHPStan: src/Metrics/Collector/InfluxDB.php#L51
Call to method mark() on an unknown class InfluxDB\Client.
PHPStan: src/Metrics/Collector/Librato.php#L24
Parameter $httpClient of method Beberlei\Metrics\Collector\Librato::__construct() has invalid type Symfony\Contracts\HttpClient\HttpClientInterface.
PHP-CS-Fixer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit on PHP 8.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit on PHP 8.2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit on PHP 8.1 (prefer lowest dependencies)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.