Skip to content

Commit

Permalink
Allow rector to fail because of this exception: Could not process "sr…
Browse files Browse the repository at this point in the history
…c/DependencyInjection/Configuration.php" file, due

                                                         to:
                                                         "Call to undefined method
                                                         PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getRequireExtendsTagValues(
                                                         )". On line: 328
  • Loading branch information
loevgaard committed Feb 13, 2024
1 parent 8cc1e9c commit 2fe3d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:

- name: "Rector"
run: "vendor/bin/rector process --dry-run"
continue-on-error: true

- name: "Lint yaml files"
run: "(cd tests/Application && bin/console lint:yaml ../../src/Resources)"
Expand Down

0 comments on commit 2fe3d3c

Please sign in to comment.