Run Linter

This commit is contained in:
Bradley Schofield
2024-07-10 14:56:58 +09:00
parent f5968a1c78
commit cb7a77aa98
3 changed files with 6 additions and 8 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ class Cpus extends Validator
/**
* Allowed Values.
*
*
* Get allowed values taking into account the limits set by the environment variables.
*
*
* @return array
*/
public static function getAllowedValues(): array
@@ -89,4 +89,4 @@ class Cpus extends Validator
{
return self::TYPE_INTEGER;
}
}
}
+3 -3
View File
@@ -18,9 +18,9 @@ class Memory extends Validator
/**
* Get Allowed Values.
*
*
* Get allowed values taking into account the limits set by the environment variables.
*
*
* @return array
*/
public static function getAllowedValues(): array
@@ -89,4 +89,4 @@ class Memory extends Validator
{
return self::TYPE_INTEGER;
}
}
}
@@ -8,8 +8,6 @@ use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
use Utopia\CLI\CLI;
use Utopia\CLI\Console;
use Utopia\Database\Document;
use Utopia\Database\Helpers\ID;
use Utopia\Database\Query;