Skip to content

Commit c28c489

Browse files
committed
Ran php-cs-fixer
1 parent 94c8a49 commit c28c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private function compile(string $value): string
2424
PHP;
2525
}
2626

27-
private function evaluate(array $context, int|float|string $value): string
27+
private function evaluate(array $context, float|int|string $value): string
2828
{
2929
return (string) $value;
3030
}

0 commit comments

Comments
 (0)