Remove test code

This commit is contained in:
2020-12-15 21:50:42 +01:00
parent bf79e9cee7
commit f21293bc01
5 changed files with 2 additions and 96 deletions

View File

@@ -19,7 +19,7 @@ class Application
$this->configurations = $configurations;
}
public function run()
public function run(): void
{
//todo: implement run logic.
}