-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow PHP 8.2, drop PHP 7.4 and update CI config
note that for PHP 8.2 a few build tools around PhpStan needed to be updated, which makes dropping PHP 7.4 mandatory
- Loading branch information
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
parameters: | ||
ignoreErrors: | ||
- '/Call to an undefined method Laminas\\View\\Helper\\AbstractHelper::/' | ||
treatPhpDocTypesAsCertain: false | ||
laminasframework: | ||
serviceManagerLoader: tests/phpstan.php | ||
excludePaths: | ||
- src/DocumentationGenerator/UsagePage/Prettifier/SourceFile.php | ||
- src/DocumentationGenerator/UsagePage/Prettifier/PhpPrettifier.php | ||
- src/DocumentationGenerator/UsagePage/Prettifier/PhpPrettifier.php |