Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 28, 2020
1 parent 84f1b65 commit f54fd5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
12 changes: 1 addition & 11 deletions tests/PHPStan/Levels/data/arrayDimFetches-3.json
@@ -1,17 +1,7 @@
[
{
"message": "Cannot access offset 1 on stdClass.",
"line": 14,
"ignorable": true
},
{
"message": "Offset 'b' does not exist on array('a' => 1).",
"line": 21,
"ignorable": true
},
{
"message": "Offset 'b' does not exist on array('a' => 1)|stdClass.",
"line": 28,
"ignorable": true
}
]
]
7 changes: 0 additions & 7 deletions tests/PHPStan/Levels/data/arrayDimFetches-7-missing.json

This file was deleted.

7 changes: 6 additions & 1 deletion tests/PHPStan/Levels/data/arrayDimFetches-7.json
@@ -1,4 +1,9 @@
[
{
"message": "Cannot access offset 1 on stdClass.",
"line": 14,
"ignorable": true
},
{
"message": "Cannot access offset 'a' on array('a' => 1)|stdClass.",
"line": 27,
Expand All @@ -24,4 +29,4 @@
"line": 58,
"ignorable": true
}
]
]

0 comments on commit f54fd5f

Please sign in to comment.