Deprecated
Table of Contents
| src/Cosmo.php |
Cosmo.php
| Line | Element | Reason |
|---|---|---|
| 214 | Cosmo::create() | Use new Cosmo() directly — PHP 8.4 supports new Cosmo($locale)->method() without parentheses. |
| 232 | Cosmo::createFromSubtags() | Use Cosmo::fromSubtags() — renamed for parity with the cosmo-js port. |
| 250 | Cosmo::createFromHttp() | Use Cosmo::fromAcceptLanguage() — renamed for parity with the cosmo-js port. |