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 deprecated embedded variables in text strings (#44538)
PHP 8.2 will deprecate two of the four currently supported syntaxes for embedding variables in double quoted text string/heredocs. This library contains six uses of embedded variables using braces after the dollar sign (`"${foo}"`), which is one of the deprecated forms. This commit fixes all six. Refs: * https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation Co-authored-by: jrfnl <[email protected]>
- Loading branch information