Skip to content

Commit 20b6205

Browse files
CS fix
1 parent 3c0e64f commit 20b6205

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Compilers/MinifyCompiler.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public function __construct(BladeMinifier $blade, Filesystem $files, $cachePath)
5353
}
5454

5555
/**
56-
* Minifies the output before saving it.
57-
*
58-
* @param string $value
59-
* @return string
60-
*/
56+
* Minifies the output before saving it.
57+
*
58+
* @param string $value
59+
* @return string
60+
*/
6161
public function compileMinify($value)
6262
{
6363
return $this->blade->render($value);

0 commit comments

Comments
 (0)