Skip to content

Commit 905066d

Browse files
dlefflerrobocoder
authored andcommitted
PHP 8.2 fix
1 parent 37a8f66 commit 905066d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ protected function compile($in, $out)
218218

219219
$v = Version::VERSION;
220220
$t = gmdate('r');
221-
$css = "/* compiled by scssphp $v on $t (${elapsed}s) */\n\n" . $css;
221+
$css = "/* compiled by scssphp $v on $t ({$elapsed}s) */\n\n" . $css;
222222
$etag = md5($css);
223223

224224
file_put_contents($out, $css);

0 commit comments

Comments
 (0)