diff --git a/src/Appwrite/Functions/Validator/Cpus.php b/src/Appwrite/Functions/Validator/Cpus.php index 60e6b2be08..9a9714dcb6 100644 --- a/src/Appwrite/Functions/Validator/Cpus.php +++ b/src/Appwrite/Functions/Validator/Cpus.php @@ -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; } -} \ No newline at end of file +} diff --git a/src/Appwrite/Functions/Validator/Memory.php b/src/Appwrite/Functions/Validator/Memory.php index 53afcbc03a..e8596ec83d 100644 --- a/src/Appwrite/Functions/Validator/Memory.php +++ b/src/Appwrite/Functions/Validator/Memory.php @@ -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; } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index c11ceb1539..cba7ec53cb 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -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;