@@ -24,7 +24,6 @@ |
||
| 24 | 24 | /** @var string */ |
| 25 | 25 | private $databaseName; |
| 26 | 26 | /** |
| 27 | - * @param array $info |
|
| 28 | 27 | * @param UserContext $context Context within which the object is valid. |
| 29 | 28 | */ |
| 30 | 29 | public function __construct($name, User $owner, UserContext $context) |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | public function getUsers() |
| 47 | 47 | { |
| 48 | 48 | return Object::toObjectArray($this->getContext()->invokeGet('SHOW_USERS', ['reseller' => $this->getUsername()]), |
| 49 | - User::class, $this->getContext()); |
|
| 49 | + User::class, $this->getContext()); |
|
| 50 | 50 | |
| 51 | 51 | } |
| 52 | 52 | |