Run php-cs-fixer

This commit is contained in:
DaneEveritt 2022-05-14 16:03:50 -04:00
parent 65f27d41a2
commit 5705d7dbdd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
16 changed files with 4 additions and 36 deletions

View file

@ -89,6 +89,7 @@ abstract class ClientApiIntegrationTestCase extends IntegrationTestCase
* is assumed that the user is actually a subuser of the server.
*
* @param string[] $permissions
*
* @return array{\Pterodactyl\Models\User, \Pterodactyl\Models\Server}
*/
protected function generateTestAccount(array $permissions = []): array