Skip to content

Commit

Permalink
fix test without breaking the intention
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed May 14, 2022
1 parent 8e40eb4 commit 8740f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Levels/data/arrayDimFetches.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function doBaz($a, $b): void
*/
public function iterableOffset($iterable): void
{
unset($iterable['foo']);
var_dump($iterable['foo']);
}

}

0 comments on commit 8740f77

Please sign in to comment.