Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Dane Everitt 2018-06-02 21:32:26 +00:00 committed by StyleCI Bot
parent 3078b61ac6
commit 969b16a563
9 changed files with 30 additions and 39 deletions

View file

@ -202,7 +202,7 @@ interface RepositoryInterface
public function insertIgnore(array $values): bool;
/**
* Get the amount of entries in the database
* Get the amount of entries in the database.
*
* @return int
*/

View file

@ -147,7 +147,7 @@ interface ServerRepositoryInterface extends RepositoryInterface, SearchableInter
public function isUniqueUuidCombo(string $uuid, string $short): bool;
/**
* Get the amount of servers that are suspended
* Get the amount of servers that are suspended.
*
* @return int
*/