Skip to content

Commit f171d70

Browse files
committed
Apply fixes from StyleCI
1 parent 9c73544 commit f171d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/View/View.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function fragment($fragment)
9393
/**
9494
* Get the evaluated contents for a given array of fragments or return all fragments.
9595
*
96-
* @param array|null $fragments
96+
* @param array|null $fragments
9797
* @return string
9898
*/
9999
public function fragments(?array $fragments = null)
@@ -142,7 +142,7 @@ public function fragmentsIf($boolean, ?array $fragments = null)
142142
*/
143143
protected function allFragments()
144144
{
145-
return collect($this->render(fn() => $this->factory->getFragments()))->implode('');
145+
return collect($this->render(fn () => $this->factory->getFragments()))->implode('');
146146
}
147147

148148
/**

0 commit comments

Comments
 (0)