ran pint
This commit is contained in:
@@ -12,4 +12,4 @@ class CreatedServer
|
||||
public string $ipv4,
|
||||
public string $ipv6,
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ class Image
|
||||
public string $osFlavor,
|
||||
public string $osVersion,
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ class Location
|
||||
public string $country,
|
||||
public string $city,
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,10 +5,10 @@ namespace App\Data\ServerProviders;
|
||||
class ServerType
|
||||
{
|
||||
/**
|
||||
* @param string $name The name of the server type
|
||||
* @param int $cores The number of cores
|
||||
* @param int $memory The amount of memory in GB
|
||||
* @param int $disk The amount of disk space in GB
|
||||
* @param string $name The name of the server type
|
||||
* @param int $cores The number of cores
|
||||
* @param int $memory The amount of memory in GB
|
||||
* @param int $disk The amount of disk space in GB
|
||||
*/
|
||||
public function __construct(
|
||||
public string $id,
|
||||
@@ -19,4 +19,4 @@ class ServerType
|
||||
public float $priceMonthly,
|
||||
public float $priceHourly,
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user