@@ -929,7 +929,7 @@ |
||
929 | 929 | * |
930 | 930 | * @param int $id |
931 | 931 | * @param string $password |
932 | - * @return void |
|
932 | + * @return boolean |
|
933 | 933 | * |
934 | 934 | * @throws \Pterodactyl\Exceptions\DisplayException |
935 | 935 | * @throws \Pterodactyl\Exceptions\DisplayValidationException |
@@ -113,7 +113,7 @@ |
||
113 | 113 | * @param \Pterodactyl\Models\Node $node |
114 | 114 | * @param int $memory |
115 | 115 | * @param int $disk |
116 | - * @return bool Returns true if this information would not put the node over it's limit. |
|
116 | + * @return boolean|null Returns true if this information would not put the node over it's limit. |
|
117 | 117 | */ |
118 | 118 | protected static function checkNodeAllocation(Models\Node $node, $memory, $disk) |
119 | 119 | { |