Skip to content

Bump phpstan/phpdoc-parser from 1.33.0 to 2.0.0 #107

Bump phpstan/phpdoc-parser from 1.33.0 to 2.0.0

Bump phpstan/phpdoc-parser from 1.33.0 to 2.0.0 #107

Triggered via pull request November 13, 2024 10:21
Status Failure
Total duration 52s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
3s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
12s
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

10 errors and 1 warning
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L1
Ignored error pattern #^Parameter \#1 \$constExprParser of class PHPStan\\PhpDocParser\\Parser\\TypeParser constructor expects PHPStan\\PhpDocParser\\Parser\\ConstExprParser\|null, PHPStan\\PhpDocParser\\ParserConfig 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 \$parseDoctrineAnnotations of class PHPStan\\PhpDocParser\\Lexer\\Lexer constructor expects bool, PHPStan\\PhpDocParser\\ParserConfig 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 \$typeParser of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects PHPStan\\PhpDocParser\\Parser\\TypeParser, PHPStan\\PhpDocParser\\ParserConfig 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 \$unescapeStrings of class PHPStan\\PhpDocParser\\Parser\\ConstExprParser constructor expects bool, PHPStan\\PhpDocParser\\ParserConfig 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 \$constantExprParser of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects PHPStan\\PhpDocParser\\Parser\\ConstExprParser, 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 \#2 \$quoteAwareConstExprString of class PHPStan\\PhpDocParser\\Parser\\TypeParser constructor expects bool, 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 \$requireWhitespaceBeforeDescription of class PHPStan\\PhpDocParser\\Parser\\PhpDocParser constructor expects bool, 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#L59
Parameter #1 $config of class PHPStan\PhpDocParser\Lexer\Lexer constructor expects PHPStan\PhpDocParser\ParserConfig, true given.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L60
Class PHPStan\PhpDocParser\Parser\ConstExprParser constructor invoked with 3 parameters, 1 required.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php#L60
Parameter #1 $config of class PHPStan\PhpDocParser\Parser\ConstExprParser constructor expects PHPStan\PhpDocParser\ParserConfig, true given.
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/