Skip to content

Commit b942232

Browse files
Fix php-cs-fixer
1 parent c095075 commit b942232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AssetMapper/SassCssCompilerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testCompileSingleSassPath(): void
4848
'app.css'
4949
);
5050

51-
\file_put_contents($cssFile, <<<EOF
51+
file_put_contents($cssFile, <<<EOF
5252
p {
5353
color: red;
5454
}
@@ -87,7 +87,7 @@ public function testCompileNamedSassPath()
8787
'admin.css'
8888
);
8989

90-
\file_put_contents($cssFile, <<<EOF
90+
file_put_contents($cssFile, <<<EOF
9191
p {
9292
color: blue;
9393
}

0 commit comments

Comments
 (0)