Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PHP 8.2] Fix
${var}
string interpolation deprecation (#142)
PHP 8.2 deprecates `"${var}"` string interpolation pattern. This fixes all three of such occurrences in `dragonmantank/cron-expression` package. - [PHP 8.2: `${var}` string interpolation deprecated](https://php.watch/versions/8.2/${var}-string-interpolation-deprecated) - [RFC](https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation)
- Loading branch information