Added a few missing punctuation marks in UPGRADING

This commit is contained in:
Máté Kocsis 2022-05-23 09:51:43 +02:00
parent 7ec2950d79
commit 54de945b87
No known key found for this signature in database
GPG Key ID: FD055E41728BF310

View File

@ -21,9 +21,9 @@ PHP 8.2 UPGRADE NOTES
- Date: - Date:
. DateTime::createFromImmutable() now has a tentative return type of static, . DateTime::createFromImmutable() now has a tentative return type of static,
previously it was DateTime previously it was DateTime.
. DateTimeImmutable::createFromMutable() now has a tentative return type of static, . DateTimeImmutable::createFromMutable() now has a tentative return type of static,
previously it was DateTimeImmutable previously it was DateTimeImmutable.
- Standard: - Standard:
. strtolower() and strtoupper() are no longer locale-sensitive. They now . strtolower() and strtoupper() are no longer locale-sensitive. They now