-
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.
phpstan: Streamline vendor file location with local dev-env (#51)
- Loading branch information
Showing
8 changed files
with
127 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,11 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Cannot cast mixed to string\\.$#" | ||
count: 2 | ||
path: src/Filter.php | ||
|
||
- | ||
message: "#^Dead catch \\- Exception is never thrown in the try block\\.$#" | ||
message: "#^Dead catch \\- Throwable is never thrown in the try block\\.$#" | ||
count: 1 | ||
path: src/Filter.php | ||
|
||
- | ||
message: "#^Class ipl\\\\Stdlib\\\\Filter\\\\Chain implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#" | ||
count: 1 | ||
path: src/Filter/Chain.php | ||
|
||
- | ||
message: "#^Cannot access offset 'data' on mixed\\.$#" | ||
count: 1 | ||
path: src/PriorityQueue.php | ||
|
||
- | ||
message: "#^Cannot access offset 'priority' on mixed\\.$#" | ||
count: 1 | ||
path: src/PriorityQueue.php | ||
|
||
- | ||
message: "#^Cannot access offset 0 on mixed\\.$#" | ||
count: 1 | ||
path: src/PriorityQueue.php | ||
|
||
- | ||
message: "#^Class ipl\\\\Stdlib\\\\PriorityQueue extends generic class SplPriorityQueue but does not specify its types\\: TPriority, TValue$#" | ||
count: 1 | ||
path: src/PriorityQueue.php | ||
|
||
- | ||
message: "#^Trying to invoke mixed but it's not a callable\\.$#" | ||
message: "#^Parameter \\#1 \\$(str|string) of function strtolower expects string, mixed given\\.$#" | ||
count: 2 | ||
path: src/Seq.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, string given\\.$#" | ||
count: 3 | ||
path: src/Str.php | ||
path: src/Filter.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
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