-
-
Couldn't load subscription status.
- Fork 150
Closed as duplicate
Labels
Milestone
Description
Php8.5 is now in Beta, so it will be official soon enough. While doing some PhpUnit testing on another project, my Php8.5 test issues the following message:
Deprecated: Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead in C:\git\php85problems\vendor\react\promise\src\functions.php on line 300
This seems like a typo which has accidentally been supported on Php releases below 8.5, and it's trivial to fix.