Passed
Branch master (e6639d)
by Admin
08:26
created
src/TwigResponder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
 
66 66
     /**
67
-     * @return mixed
67
+     * @return string|boolean
68 68
      */
69 69
     public function getDefaultTemplate( )
70 70
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.