Skip to content

Commit f1d7857

Browse files
issei-mkrakjoe
authored andcommitted
Fix typo in UPGRADING for 7.2
1 parent 94e6c72 commit f1d7857

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
@@ -25,7 +25,7 @@ PHP 7.2 UPGRADE NOTES
2525
. is_object() will now return true for objects of class
2626
__PHP_Incomplete_Class.
2727
. Support for Netware operating systems have been removed.
28-
. Casting arrays to objects (with (object) or settype()) will now covert
28+
. Casting arrays to objects (with (object) or settype()) will now convert
2929
integer keys to string property names. This fixes the behaviour of previous
3030
versions, where integer keys would become inaccessible properties with
3131
integer names.

0 commit comments

Comments
 (0)