Skip to content

Commit d770707

Browse files
authored
[UPMERGE] 2.0 -> 2.1 (#410)
This PR has been generated automatically. For more details see [upmerge_pr.yaml](/Sylius/InvoicingPlugin/blob/1.0/.github/workflows/upmerge_pr.yaml). **Remember!** The upmerge should always be merged with using `Merge pull request` button. In case of conflicts, please resolve them manually with usign the following commands: ``` git fetch upstream gh pr checkout <this-pr-number> git merge upstream/2.1 -m "Resolve conflicts between 2.0 and 2.1" ``` If you use other name for the upstream remote, please replace `upstream` with the name of your remote pointing to the `Sylius/InvoicingPlugin` repository. Once the conflicts are resolved, please run `git merge --continue` and push the changes to this PR.
2 parents d5f5ad4 + e6f8248 commit d770707

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ parameters:
99
# Makes PHPStan crash
1010
- 'src/DependencyInjection/Configuration.php'
1111

12-
# Test dependencies
13-
- 'tests/Application/app/**.php'
14-
- 'tests/Application/src/**.php'
15-
1612
ignoreErrors:
1713
- identifier: missingType.generics
1814
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)