- Issue created by @orbmantell
- πΊπΈUnited States orbmantell
orbmantell β changed the visibility of the branch 3487078-php-deprecation-warning to hidden.
Running `acsf-init` in PHP 8.2.24 throws a deprecated warning: `PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in acsf_init/src/Commands/AcsfInitCommands.php on line 715`
Run `drush acsf-init` using PHP 8.2
Change `${delimiter_start}` to `{$delimiter_start}`
None
None
None
Active
2.0
Code
orbmantell β changed the visibility of the branch 3487078-php-deprecation-warning to hidden.