Skip to content

Commit

Permalink
unrelated fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Jan 15, 2024
1 parent 93dc221 commit dca17bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ function example(array $x, $y) : void {
'assertions' => [],
'ignored_issues' => ['MixedArgument', 'MixedArrayOffset', 'MissingParamType'],
],
'suppressPossiblyUndefinedStringArrayOffet' => [
'suppressPossiblyUndefinedStringArrayOffset' => [
'code' => '<?php
/** @var array{a?:string} */
$entry = ["a"];
Expand Down

0 comments on commit dca17bc

Please sign in to comment.