We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b25165 commit dbfa151Copy full SHA for dbfa151
src/Action/User/UserCreateAction.php
@@ -11,7 +11,7 @@
11
12
final class UserCreateAction
13
{
14
- private object $userCreator;
+ private UserCreator $userCreator;
15
16
public function __construct(UserCreator $userCreator)
17
0 commit comments