Skip to content

Commit 54de945

Browse files
committed
Added a few missing punctuation marks in UPGRADING
1 parent 7ec2950 commit 54de945

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
@@ -21,9 +21,9 @@ PHP 8.2 UPGRADE NOTES
2121

2222
- Date:
2323
. DateTime::createFromImmutable() now has a tentative return type of static,
24-
previously it was DateTime
24+
previously it was DateTime.
2525
. DateTimeImmutable::createFromMutable() now has a tentative return type of static,
26-
previously it was DateTimeImmutable
26+
previously it was DateTimeImmutable.
2727

2828
- Standard:
2929
. strtolower() and strtoupper() are no longer locale-sensitive. They now

0 commit comments

Comments
 (0)