Skip to content

Add initial PHPStan configuration #400

Add initial PHPStan configuration

Add initial PHPStan configuration #400

Triggered via pull request May 15, 2025 21:34
Status Failure
Total duration 34s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
6s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
16s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
11s
code-quality / Lint Gherkin Feature files
code-quality  /  PHPCS
24s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
code-quality / PHPCS: tests/phpstan/scan-files.php#L3
Namespace declarations using the curly brace syntax are not allowed.
code-quality / PHPCS: tests/phpstan/scan-files.php#L3
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SebastianBergmann\CodeCoverage\Driver".
code-quality / PHPCS: tests/phpstan/scan-files.php#L4
Line indented incorrectly; expected 1 tabs, found 1 spaces
code-quality / PHPCS: tests/phpstan/scan-files.php#L5
Line indented incorrectly; expected 1 tabs, found 1 spaces
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPCS: tests/phpstan/scan-files.php#L4
Found precision alignment of 1 spaces.
code-quality / PHPCS: tests/phpstan/scan-files.php#L5
Found precision alignment of 1 spaces.
code-quality / PHPCS: src/Context/FeatureContext.php#L1182
Equals sign not aligned correctly; expected 1 space but found 12 spaces