Skip to content

Commit dc7161c

Browse files
UPGRADING: fix some typos [skip ci] (#17701)
1 parent 790286a commit dc7161c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ PHP 8.5 UPGRADE NOTES
155155

156156
- Session:
157157
. session_start is stricter in regard of the option argument.
158-
it throws a ValueError if the whole is not a hashmap or
158+
It throws a ValueError if the whole is not a hashmap or
159159
a TypeError if read_on_close value is not a valid type
160160
compatible with int.
161161

@@ -170,7 +170,7 @@ PHP 8.5 UPGRADE NOTES
170170
. socket_create_listen, socket_bind and socket_sendto throw a
171171
ValueError if the port is lower than 0 or greater than 65535,
172172
also if any of the hints array entry is indexes numerically.
173-
. socket_addrinfo_lookup throw a TypeError if any of the hints
173+
. socket_addrinfo_lookup throws a TypeError if any of the hints
174174
values cannot be cast to a int and can throw a ValueError if
175175
any of these values overflow.
176176
. socket_set_option with MCAST_LEAVE_GROUP/MCAST_LEAVE_SOURCE_GROUP

0 commit comments

Comments
 (0)