Skip to content

Commit d83a7a9

Browse files
authored
Fix small typo in UPGRADING (#16141)
1 parent 95d691a commit d83a7a9

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
@@ -38,7 +38,7 @@ PHP 8.4 UPGRADE NOTES
3838
readonly initialization, and was an oversight in the "readonly
3939
reinitialization during cloning" implementation.
4040
. The exit (and die) language constructs now behave more like a function.
41-
They can be passed liked callables, are affected by the strict_types
41+
They can be passed like callables, are affected by the strict_types
4242
declare statement, and now perform the usual type coercions instead of
4343
casting any non-integer value to a string.
4444
As such, passing invalid types to exit/die may now result in a TypeError

0 commit comments

Comments
 (0)