Skip to content

Commit 995b8ae

Browse files
committed
make phpstan happy
1 parent d768be3 commit 995b8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user-creatable-servers/src/Models/UserResourceLimits.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function canCreateServer(int $cpu, int $memory, int $disk): bool
112112
return true;
113113
}
114114

115+
/** @param array<string, mixed> $variables */
115116
public function createServer(string $name, int|Egg $egg, int $cpu, int $memory, int $disk, array $variables = []): Server|bool
116117
{
117118
if ($this->canCreateServer($cpu, $memory, $disk)) {

0 commit comments

Comments
 (0)