Skip to content

Commit 25af74e

Browse files
committed
linter
1 parent 7dbb302 commit 25af74e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

tests/e2e/Adapter/Schemaless/MongoDBTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function getAdapterName(): string
2929
* @return Database
3030
* @throws Exception
3131
*/
32-
public function getDatabase(): Database
32+
public function getDatabase(): Database
3333
{
3434
if (!is_null(self::$database)) {
3535
return self::$database;
@@ -99,12 +99,12 @@ public function testKeywords(): void
9999
$this->assertTrue(true);
100100
}
101101

102-
protected function deleteColumn(string $collection, string $column): bool
102+
protected function deleteColumn(string $collection, string $column): bool
103103
{
104104
return true;
105105
}
106106

107-
protected function deleteIndex(string $collection, string $index): bool
107+
protected function deleteIndex(string $collection, string $index): bool
108108
{
109109
return true;
110110
}

tests/e2e/Adapter/Scopes/SchemalessTests.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Utopia\Database\Helpers\Permission;
1414
use Utopia\Database\Helpers\Role;
1515
use Utopia\Database\Query;
16-
use Utopia\Database\Validator\Authorization;
1716

1817
trait SchemalessTests
1918
{

0 commit comments

Comments
 (0)