Skip to content

Commit fc0d9e2

Browse files
committed
linter
1 parent b854100 commit fc0d9e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/e2e/Adapter/SharedTables/MongoDBTest.php

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

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

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

0 commit comments

Comments
 (0)