Fix broken descriptors
This commit is contained in:
parent
871b735464
commit
bccbb309b2
3 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ class DeploymentService
|
|||
* @param int $memory
|
||||
* @param int $disk
|
||||
* @param int $location
|
||||
* @return \Pterodactyl\Models\Node;
|
||||
* @return \Pterodactyl\Models\Node
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\DisplayException
|
||||
*/
|
||||
|
@ -103,7 +103,7 @@ class DeploymentService
|
|||
/**
|
||||
* Returns a random allocation for a node.
|
||||
* @param int $node
|
||||
* @return \Models\Pterodactyl\Allocation;
|
||||
* @return \Models\Pterodactyl\Allocation
|
||||
*/
|
||||
public static function randomAllocation($node)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue