Skip to content

Commit 157d215

Browse files
authored
Merge pull request #13 from octoper/analysis-orglG5
Apply fixes from StyleCI
2 parents 8f1f7d7 + 0d16149 commit 157d215

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/BladeCompiler.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ trait BladeCompiler
1111
/**
1212
* Creates attributes tags.
1313
*
14-
* @param array<mixed> $attributes
15-
*
14+
* @param array<mixed> $attributes
1615
* @return string
1716
*/
1817
protected function createAttributes(array $attributes)
@@ -23,9 +22,8 @@ protected function createAttributes(array $attributes)
2322
/**
2423
* Created a view based on a string.
2524
*
26-
* @param \Illuminate\Contracts\View\Factory $factory
27-
* @param string $contents
28-
*
25+
* @param \Illuminate\Contracts\View\Factory $factory
26+
* @param string $contents
2927
* @return string
3028
*/
3129
protected function createViewFromString(Factory $factory, string $contents)

0 commit comments

Comments
 (0)