Skip to content

Commit 42e1078

Browse files
Fixed a cs issue
1 parent e81c177 commit 42e1078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Compilers/MinifyCompiler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public function __construct(BladeMinifier $blade, Filesystem $files, $cachePath)
5555
/**
5656
* Minifies the output before saving it.
5757
*
58-
* @param string $value
58+
* @param string $value
59+
*
5960
* @return string
6061
*/
6162
public function compileMinify($value)

0 commit comments

Comments
 (0)