File tree Expand file tree Collapse file tree
tests/e2e/Adapter/SharedTables Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments