From 485c7246feddc744805311dde03d8a7344a532b2 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:21:30 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 12d6f5d..a013aed 100644 --- a/README.md +++ b/README.md @@ -561,8 +561,7 @@ You may use all the dependency injection functionality that's available as well public User $user; public string $x = ''; -public function mount(array $ -params, User $model): void +public function mount(array $params, User $model): void { $this->user = $model; $this->x = $params['x'];