@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | |
66 | 66 | /** |
67 | - * @return mixed |
|
67 | + * @return string|boolean |
|
68 | 68 | */ |
69 | 69 | public function getDefaultTemplate( ) |
70 | 70 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Germania\Responder; |
3 | 3 | |
4 | 4 | use Twig\Environment as TwigEnvironment; |
5 | - |
|
6 | 5 | use Slim\Psr7\Factory\ResponseFactory; |
7 | 6 | use Psr\Http\Message\ResponseFactoryInterface; |
8 | 7 | use Psr\Http\Message\ResponseInterface; |