-
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.
bumping travis php versions, composer deps, fixing phpstan errors
- Loading branch information
Showing
9 changed files
with
82 additions
and
53 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
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,7 +1,22 @@ | ||
parameters: | ||
level: 7 | ||
paths: | ||
- ./ | ||
excludes_analyse: | ||
- %rootDir%/../../../vendor/* | ||
- %rootDir%/../../../tests/* | ||
ignoreErrors: | ||
- '#Casting to .+ something that.s already .+\.#' | ||
- '#Variable \$padMode might not be defined\.#' | ||
# Defensive coding | ||
- | ||
message: '#Strict comparison using === between true and false will always evaluate to false\.#' | ||
path: %currentWorkingDirectory%/src/Zend/Text/Table/Column.php | ||
- | ||
message: '#Strict comparison using === between int and false will always evaluate to false\.#' | ||
path: %currentWorkingDirectory%/src/Zend/Text/Figlet.php | ||
- | ||
message: '#Strict comparison using === between int and null will always evaluate to false\.#' | ||
path: %currentWorkingDirectory%/src/Zend/Text/MultiByte.php | ||
- | ||
message: '#Result of && is always false\.#' | ||
path: %currentWorkingDirectory%/src/Zend/Text/Table.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
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