Skip to content

Commit a311799

Browse files
Fix
1 parent b8ffa37 commit a311799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Core:
5858
}
5959

6060
. Array accesses of type $obj["123"], where $obj implements ArrayAccess and
61-
"123" is an integral string literal will no longer result in an implicit
61+
"123" is an integer string literal will no longer result in an implicit
6262
conversion to integer, i.e., $obj->offsetGet("123") will be called instead
6363
of $obj->offsetGet(123). This matches existing behavior for non-literals.
6464
The behavior of arrays is not affected in any way, they continue to

0 commit comments

Comments
 (0)