-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix travis compatability php 8.1 and magento 2.4.4
#6 - Third party loggers no longer in magento 2.4.4. - Also change travis php setup for 8.1 support
- Loading branch information
1 parent
b5dd6b3
commit 2ccccd8
Showing
6 changed files
with
26 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,12 +1,16 @@ | ||
includes: | ||
- %currentWorkingDirectory%/vendor/bitexpert/phpstan-magento/extension.neon | ||
parameters: | ||
reportUnmatchedIgnoredErrors: false | ||
paths: | ||
- %currentWorkingDirectory%/src | ||
excludes_analyse: | ||
excludePaths: | ||
- *Test* | ||
- *tests* | ||
level: max | ||
bootstrapFiles: | ||
- %currentWorkingDirectory%/vendor/bitexpert/phpstan-magento/autoload.php | ||
ignoreErrors: | ||
- | ||
message: '#Method(.*)getCommands(.*)should return(.*)but(.*)#' | ||
path: %currentWorkingDirectory%/src/Console/CommandList.php |
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