- Issue created by @johnv
The codebase does not use string interpolation , but uses string concatenation.
String interpolation seems better.
https://www.phpflow.com/php/how-to-use-string-interpolation-in-php/
https://www.php.net/manual/en/language.types.string.php#language.types.s...
Active
1.0
Code