- Issue created by @rossb89
- Merge request !12#3477364 - PHP 8.2+ - Deprecated string interpolation issue → (Open) created by rossb89
PHP 8.2 has deprecated ${var}
string interpolations https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation.
In RoboFile.php::getCurrentConstraint()
there are two instances where this style is used. These need to be updated.
Inspect the RoboFile.php
code with PHP >= 8.2.x.
Update the offending lines of code to not use the (PHP 8.2+) deprecated formatting.
MR to follow.
n/a
n/a
n/a
Active
8.1
Code