Skip to content

Commit 731371a

Browse files
committed
Use lowercase L
1 parent 9c8cff7 commit 731371a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FilamentDeveloperLoginsPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FilamentDeveloperLoginsPlugin implements Plugin
2323
/**
2424
* @var array<string, string>
2525
*/
26-
public CLosure | array $users = [];
26+
public Closure | array $users = [];
2727

2828
public Closure | string | null $redirectTo = null;
2929

@@ -105,7 +105,7 @@ public function getSwitchable(): bool
105105
}
106106

107107
/**
108-
* @param CLosure | array<string, string> $users
108+
* @param Closure | array<string, string> $users
109109
*
110110
* @return $this
111111
*/

0 commit comments

Comments
 (0)