Skip to content

Commit dbfa151

Browse files
committed
Add property type
1 parent 6b25165 commit dbfa151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/User/UserCreateAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
final class UserCreateAction
1313
{
14-
private object $userCreator;
14+
private UserCreator $userCreator;
1515

1616
public function __construct(UserCreator $userCreator)
1717
{

0 commit comments

Comments
 (0)