We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c8a49 commit c28c489Copy full SHA for c28c489
src/AsString.php
@@ -24,7 +24,7 @@ private function compile(string $value): string
24
PHP;
25
}
26
27
- private function evaluate(array $context, int|float|string $value): string
+ private function evaluate(array $context, float|int|string $value): string
28
{
29
return (string) $value;
30
0 commit comments