Add initial PHPStan configuration #400
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
6s
code-quality
/
Lint PHP files
16s
code-quality
/
Lint Gherkin Feature files
11s
code-quality
/
PHPCS
24s
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
|