mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Run Linter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user