Skip to content

Commit 864513c

Browse files
committed
Fix failing test suite
1 parent 159ad30 commit 864513c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Repositories/Wings/ServerRepository.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace Pterodactyl\Repositories\Wings;
1111

12+
use Psr\Http\Message\ResponseInterface;
1213
use Pterodactyl\Exceptions\PterodactylException;
1314
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface;
1415

@@ -17,7 +18,7 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
1718
/**
1819
* {@inheritdoc}
1920
*/
20-
public function create($id, array $overrides = [], $start = false)
21+
public function create(array $structure, array $overrides = []): ResponseInterface
2122
{
2223
throw new PterodactylException('This feature is not yet implemented.');
2324
}

0 commit comments

Comments
 (0)