We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f1f7d7 + 0d16149 commit 157d215Copy full SHA for 157d215
src/BladeCompiler.php
@@ -11,8 +11,7 @@ trait BladeCompiler
11
/**
12
* Creates attributes tags.
13
*
14
- * @param array<mixed> $attributes
15
- *
+ * @param array<mixed> $attributes
16
* @return string
17
*/
18
protected function createAttributes(array $attributes)
@@ -23,9 +22,8 @@ protected function createAttributes(array $attributes)
23
22
24
* Created a view based on a string.
25
26
- * @param \Illuminate\Contracts\View\Factory $factory
27
- * @param string $contents
28
+ * @param \Illuminate\Contracts\View\Factory $factory
+ * @param string $contents
29
30
31
protected function createViewFromString(Factory $factory, string $contents)
0 commit comments