Skip to content

add support for phpstan/phpdoc-parser 2 #98

add support for phpstan/phpdoc-parser 2

add support for phpstan/phpdoc-parser 2 #98

Re-run triggered November 7, 2024 18:00
Status Failure
Total duration 1m 5s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
2s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
20s
Code Coverage / Code Coverage
BC Check
9s
BC Check
Matrix: Coding Standards / Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
Dependency analysis / Dependency Analysis (8.0)
Process completed with exit code 1.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L50
Parameter #1 $parseDoctrineAnnotations of class PHPStan\PhpDocParser\Lexer\Lexer constructor expects bool, PHPStan\PhpDocParser\ParserConfig given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L51
Parameter #1 $unescapeStrings of class PHPStan\PhpDocParser\Parser\ConstExprParser constructor expects bool, PHPStan\PhpDocParser\ParserConfig given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L53
Parameter #1 $typeParser of class PHPStan\PhpDocParser\Parser\PhpDocParser constructor expects PHPStan\PhpDocParser\Parser\TypeParser, PHPStan\PhpDocParser\ParserConfig given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L54
Parameter #1 $constExprParser of class PHPStan\PhpDocParser\Parser\TypeParser constructor expects PHPStan\PhpDocParser\Parser\ConstExprParser|null, PHPStan\PhpDocParser\ParserConfig given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L54
Parameter #2 $constantExprParser of class PHPStan\PhpDocParser\Parser\PhpDocParser constructor expects PHPStan\PhpDocParser\Parser\ConstExprParser, PHPStan\PhpDocParser\Parser\TypeParser given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L54
Parameter #2 $quoteAwareConstExprString of class PHPStan\PhpDocParser\Parser\TypeParser constructor expects bool, PHPStan\PhpDocParser\Parser\ConstExprParser given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L55
Parameter #3 $requireWhitespaceBeforeDescription of class PHPStan\PhpDocParser\Parser\PhpDocParser constructor expects bool, PHPStan\PhpDocParser\Parser\ConstExprParser given.
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 1.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L48
Function class_exists() should not be referenced via a fallback global name, but via a use statement.
Coding Standards / Coding Standards (8.0): github/workspace/tests/unit/DocBlock/Tags/Factory/TagFactoryTestCase.php#L36
Function class_exists() should not be referenced via a fallback global name, but via a use statement.
Coding Standards / Coding Standards (8.0)
Process completed with exit code 1.
BC Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/