Skip to content

Commit

Permalink
Fix php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Nov 23, 2023
1 parent c095075 commit b942232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AssetMapper/SassCssCompilerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testCompileSingleSassPath(): void
'app.css'
);

\file_put_contents($cssFile, <<<EOF
file_put_contents($cssFile, <<<EOF
p {
color: red;
}
Expand Down Expand Up @@ -87,7 +87,7 @@ public function testCompileNamedSassPath()
'admin.css'
);

\file_put_contents($cssFile, <<<EOF
file_put_contents($cssFile, <<<EOF
p {
color: blue;
}
Expand Down

0 comments on commit b942232

Please sign in to comment.