Skip to content

Commit ddf47e9

Browse files
committed
Formatting
1 parent 36730d1 commit ddf47e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Response.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function rootView(string $rootView): self
8080
/**
8181
* Create an HTTP response that represents the object.
8282
*
83-
* @param \Illuminate\Http\Request $request
83+
* @param Request $request
8484
*
8585
* @return \Symfony\Component\HttpFoundation\Response
8686
*/
@@ -139,10 +139,7 @@ public function resolveAlwaysProps(array $props): array
139139
return $prop instanceof AlwaysProp;
140140
});
141141

142-
return array_merge(
143-
$always,
144-
$props
145-
);
142+
return array_merge($always, $props);
146143
}
147144

148145
/**

0 commit comments

Comments
 (0)