Skip to content

Code Quality

Code Quality #228

Triggered via schedule November 12, 2024 08:26
Status Failure
Total duration 30s
Artifacts

code-quality.yaml

on: schedule
Coding Standards
17s
Coding Standards
Static Analysis
20s
Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Static Analysis: src/Handler/ConsoleHandler.php#L1
Ignored error pattern #^Else branch is unreachable because previous condition is always true\.$# in path /home/runner/work/loggable-command-bundle/loggable-command-bundle/src/Handler/ConsoleHandler.php was not matched in reported errors.
Static Analysis: tests/BizkitLoggableCommandBundleTest.php#L24
PHPDoc tag @var with type Symfony\Component\HttpKernel\Bundle\BundleInterface is not subtype of native type Bizkit\LoggableCommandBundle\BizkitLoggableCommandBundle|Symfony\Bundle\MonologBundle\MonologBundle.
Static Analysis: tests/DependencyInjection/BizkitLoggableCommandExtensionTest.php#L193
PHPDoc tag @var with type int|Monolog\Level is not subtype of native type Monolog\Level.
Static Analysis: tests/DependencyInjection/Compiler/ExcludeMonologChannelPassTest.php#L29
PHPDoc tag @var with type Symfony\Component\HttpKernel\Bundle\BundleInterface is not subtype of native type Bizkit\LoggableCommandBundle\BizkitLoggableCommandBundle|Symfony\Bundle\MonologBundle\MonologBundle.
Static Analysis
Process completed with exit code 1.
Static Analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/