Complete move from old repository to new repository structure!

This commit is contained in:
Dane Everitt 2017-08-26 18:08:11 -05:00
parent 2cabb61b54
commit 72735c24f7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
27 changed files with 964 additions and 730 deletions

View file

@ -34,7 +34,7 @@ interface ServerRepositoryInterface extends BaseRepositoryInterface
* @param bool $start
* @return \Psr\Http\Message\ResponseInterface
*/
public function create($id, $overrides = [], $start = false);
public function create($id, array $overrides = [], $start = false);
/**
* Set an access token and associated permissions for a server.