Skip to content

add support for phpstan/phpdoc-parser 2 #99

add support for phpstan/phpdoc-parser 2

add support for phpstan/phpdoc-parser 2 #99

Re-run triggered November 9, 2024 15:14
Status Failure
Total duration 1m 14s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
2s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
15s
Code Coverage / Code Coverage
BC Check
10s
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
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.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Class PHPStan\\PhpDocParser\\Parser\\ConstExprParser constructor invoked with 3 parameters, 1 required\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor invoked with 6 parameters, 3 required\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Class PHPStan\\PhpDocParser\\Parser\\TypeParser constructor invoked with 3 parameters, 2 required\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#1 \$config of class PHPStan\\PhpDocParser\\Lexer\\Lexer constructor expects PHPStan\\PhpDocParser\\ParserConfig, true given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#1 \$config of class PHPStan\\PhpDocParser\\Parser\\ConstExprParser constructor expects PHPStan\\PhpDocParser\\ParserConfig, true given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#1 \$config of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects PHPStan\\PhpDocParser\\ParserConfig, PHPStan\\PhpDocParser\\Parser\\TypeParser given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#1 \$config of class PHPStan\\PhpDocParser\\Parser\\TypeParser constructor expects PHPStan\\PhpDocParser\\ParserConfig, PHPStan\\PhpDocParser\\Parser\\ConstExprParser given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#2 \$constExprParser of class PHPStan\\PhpDocParser\\Parser\\TypeParser constructor expects PHPStan\\PhpDocParser\\Parser\\ConstExprParser, true given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#2 \$typeParser of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects PHPStan\\PhpDocParser\\Parser\\TypeParser, PHPStan\\PhpDocParser\\Parser\\ConstExprParser given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#3 \$constantExprParser of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects PHPStan\\PhpDocParser\\Parser\\ConstExprParser, true given\.$# in path /home/runner/work/ReflectionDocBlock/ReflectionDocBlock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php was not matched in reported errors.
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/