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.
1 parent 9c73544 commit f171d70Copy full SHA for f171d70
src/Illuminate/View/View.php
@@ -93,7 +93,7 @@ public function fragment($fragment)
93
/**
94
* Get the evaluated contents for a given array of fragments or return all fragments.
95
*
96
- * @param array|null $fragments
+ * @param array|null $fragments
97
* @return string
98
*/
99
public function fragments(?array $fragments = null)
@@ -142,7 +142,7 @@ public function fragmentsIf($boolean, ?array $fragments = null)
142
143
protected function allFragments()
144
{
145
- return collect($this->render(fn() => $this->factory->getFragments()))->implode('');
+ return collect($this->render(fn () => $this->factory->getFragments()))->implode('');
146
}
147
148
0 commit comments