forked from michael-donat/php-vfs
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
37 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,66 +1,67 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Cannot access offset 'atime' on array\\{0\\: int, 1\\: int, 2\\: int, 3\\: int, 4\\: int, 5\\: int, 6\\: int, 7\\: int, \\.\\.\\.\\}\\|false\\.$#" | ||
message: '#^Cannot access offset ''atime'' on array\{0\: int, 1\: int, 2\: int, 3\: int, 4\: int, 5\: int, 6\: int, 7\: int, \.\.\.\}\|false\.$#' | ||
identifier: offsetAccess.nonOffsetAccessible | ||
count: 7 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Cannot access offset 'ctime' on array\\{0\\: int, 1\\: int, 2\\: int, 3\\: int, 4\\: int, 5\\: int, 6\\: int, 7\\: int, \\.\\.\\.\\}\\|false\\.$#" | ||
count: 2 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Cannot access offset 'mtime' on array\\{0\\: int, 1\\: int, 2\\: int, 3\\: int, 4\\: int, 5\\: int, 6\\: int, 7\\: int, \\.\\.\\.\\}\\|false\\.$#" | ||
count: 3 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Offset 'message' might not exist on array\\{type\\: int, message\\: string, file\\: string, line\\: int\\}\\|null\\.$#" | ||
message: '#^Offset ''message'' might not exist on array\{type\: int, message\: string, file\: string, line\: int\}\|null\.$#' | ||
identifier: offsetAccess.notFound | ||
count: 33 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$group_id of function posix_getgrgid expects int, int\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$group_id of function posix_getgrgid expects int, int\|false given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function fflush expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function fflush expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function flock expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function flock expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 20 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function fread expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function fread expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 6 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function fseek expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function fseek expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 7 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function ftell expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function ftell expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 3 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function ftruncate expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function ftruncate expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 1 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, resource\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$stream of function fwrite expects resource, resource\|false given\.$#' | ||
identifier: argument.type | ||
count: 9 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$user_id of function posix_getpwuid expects int, int\\|false given\\.$#" | ||
message: '#^Parameter \#1 \$user_id of function posix_getpwuid expects int, int\|false given\.$#' | ||
identifier: argument.type | ||
count: 2 | ||
path: ../tests/Unit/VfsStreamWrapperTest.php |