Turns out I hate that huge space formatting, disable that mess

This commit is contained in:
Dane Everitt
2021-01-27 20:52:11 -08:00
parent 0ae90eacaa
commit 5515871b2f
34 changed files with 318 additions and 322 deletions

View File

@@ -3,14 +3,14 @@
namespace Pterodactyl\Models;
/**
* @property int $id
* @property string $name
* @property string $host
* @property int $port
* @property string $username
* @property string $password
* @property int|null $max_databases
* @property int|null $node_id
* @property int $id
* @property string $name
* @property string $host
* @property int $port
* @property string $username
* @property string $password
* @property int|null $max_databases
* @property int|null $node_id
* @property \Carbon\CarbonImmutable $created_at
* @property \Carbon\CarbonImmutable $updated_at
*/