Skip to content

Commit b84f4ed

Browse files
committed
typo
1 parent 670b19a commit b84f4ed

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
@@ -219,7 +219,7 @@ PHP 8.1 UPGRADE NOTES
219219
- Core:
220220
. Properties order used in foreach, var_dump(), serialize(), object comparison
221221
etc. was changed. Now properties are naturally ordered according to their
222-
declaration and inheritance. Prpoerties declared in a base class are going
222+
declaration and inheritance. Properties declared in a base class are going
223223
to be before the child properties. This order is consistent with internal
224224
layout of properies in zend_objct structure and repeats the order in
225225
default_properties_table[] and properties_info_table[]. The old order was

0 commit comments

Comments
 (0)