Skip to content

Commit 449407a

Browse files
authored
Merge pull request #11277 from emmanuelGuiton/patch-1
Fix key type in PossiblyUndefinedStringArrayOffset.md
2 parents 20a21f9 + 8bdaaa7 commit 449407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running_psalm/issues/PossiblyUndefinedStringArrayOffset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PossiblyUndefinedStringArrayOffset
22

3-
Emitted when the config flag `ensureArrayStringOffsetsExist` is set to `true` and an integer-keyed offset is not checked for existence
3+
Emitted when the config flag `ensureArrayStringOffsetsExist` is set to `true` and a string-keyed offset is not checked for existence
44

55
```php
66
<?php

0 commit comments

Comments
 (0)