Skip to content

Commit

Permalink
Update phpstan.neon for PHP83 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox authored Oct 22, 2023
1 parent a846e7f commit 9de7d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters:
- '#Parameter \#1 \$tag of method Rector\\BetterPhpDocParser\\PhpDocParser\\ClassAnnotationMatcher\:\:resolveTagFullyQualifiedName\(\) expects string, string\|null given#'

-
message: '#Parameter \#1 \$phpVersion of method Rector\\Config\\RectorConfig\:\:phpVersion\(\) expects 50200\|50300\|50400\|50500\|50600\|70000\|70100\|70200\|70300\|70400\|80000\|80100\|80200\|100000, \d+ given#'
message: '#Parameter \#1 \$phpVersion of method Rector\\Config\\RectorConfig\:\:phpVersion\(\) expects 50200\|50300\|50400\|50500\|50600\|70000\|70100\|70200\|70300\|70400\|80000\|80100\|80200\|80300\|100000, \d+ given#'
paths:
- tests/Set/DoctrineORM29Set/config/configured_set.php

Expand Down

0 comments on commit 9de7d58

Please sign in to comment.