Skip to content

PHPStan

PHPStan #771

Triggered via push April 12, 2024 20:53
Status Failure
Total duration 34s
Artifacts

phpstan.yml

on: push
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
PHPStan (8.1): src/Monolog/Formatter/MongoDBFormatter.php#L158
No error to ignore is reported on line 158.
PHPStan (8.1): src/Monolog/Handler/RedisHandler.php#L73
Call to method Redis::lTrim() with incorrect case: ltrim
PHPStan (8.1): src/Monolog/Handler/SlackWebhookHandler.php#L108
7.0 Use <b>CURLFile</b> for uploads instead.
PHPStan (8.1): src/Monolog/Test/TestCase.php#L76
Call to deprecated method returnCallback() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnCallback()</code> instead of <code>$double->will($this->returnCallback())</code>
PHPStan (8.1)
Ignored error pattern #^Cannot call method ltrim\(\) on int\|false.$# was not matched in reported errors.
PHPStan (8.1)
Process completed with exit code 1.
PHPStan (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan (8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/