Skip to content

Commit

Permalink
fix test, because access on $isOffsetAccessible->maybe() inside isset…
Browse files Browse the repository at this point in the history
… is allowed now
  • Loading branch information
rajyan committed May 14, 2022
1 parent 837a13e commit aeb00d9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ public function testRule(): void
'Cannot access offset \'a\' on Closure(): void.',
253,
],
[
'Cannot access offset \'a\' on array{a: 1, b: 1}|(Closure(): void).',
258,
],
[
'Offset string does not exist on array<int, string>.',
308,
Expand Down

0 comments on commit aeb00d9

Please sign in to comment.