From: Tim Düsterhus Date: Fri, 26 Feb 2021 10:21:52 +0000 (+0100) Subject: Fix heredoc indentation / codestyle X-Git-Tag: 5.4.0_Alpha_1~220^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c63c77c07252907865176e32e2289568f808bd32;p=GitHub%2FWoltLab%2FWCF.git Fix heredoc indentation / codestyle --- diff --git a/wcfsetup/install/files/lib/system/style/FontManager.class.php b/wcfsetup/install/files/lib/system/style/FontManager.class.php index f93d09b555..0799dcc33c 100644 --- a/wcfsetup/install/files/lib/system/style/FontManager.class.php +++ b/wcfsetup/install/files/lib/system/style/FontManager.class.php @@ -126,7 +126,7 @@ class FontManager extends SingletonFactory if (\in_array($filename, $preload)) { $preloadRequests .= \sprintf( -<<<'EOT' + <<<'EOT' --woltlab-suite-preload: #{preload( %s, $as: "font", @@ -144,7 +144,7 @@ EOT } } - $css .= "woltlab-suite-preload:root { ${preloadRequests} }"; + $css .= "woltlab-suite-preload:root { {$preloadRequests} }"; \file_put_contents($this->getCssFilename($family), $css);