Skip to content

Commit 64fbd7a

Browse files
MGatnerkenjis
andauthored
Update docs/customization.md
Co-authored-by: kenjis <[email protected]>
1 parent b2f47b3 commit 64fbd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class MyLoginController extends LoginController
103103
{
104104
use Themable;
105105

106-
protected function view(string $view, array $data=[], array $options=[])
106+
protected function view(string $view, array $data = [], array $options = []): string
107107
{
108108
return $this->themedView($view, $data, $options);
109109
}

0 commit comments

Comments
 (0)