Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jun 13, 2024
1 parent 36730d1 commit ddf47e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function rootView(string $rootView): self
/**
* Create an HTTP response that represents the object.
*
* @param \Illuminate\Http\Request $request
* @param Request $request
*
* @return \Symfony\Component\HttpFoundation\Response
*/
Expand Down Expand Up @@ -139,10 +139,7 @@ public function resolveAlwaysProps(array $props): array
return $prop instanceof AlwaysProp;
});

return array_merge(
$always,
$props
);
return array_merge($always, $props);
}

/**
Expand Down

0 comments on commit ddf47e9

Please sign in to comment.