Skip to content

Commit 96e9e0c

Browse files
committed
Formatting
1 parent 20016da commit 96e9e0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResponseFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ public function lazy(callable $callback): LazyProp
8888
/**
8989
* @param string $component
9090
* @param array|Arrayable $props
91+
* @return Response
9192
*/
92-
public function render($component, $props = []): Response
93+
public function render(string $component, $props = []): Response
9394
{
9495
if ($props instanceof Arrayable) {
9596
$props = $props->toArray();

0 commit comments

Comments
 (0)