Completed
Push — master ( 886a60...6e347a )
by Alex
02:14
created
src/TwigFormatter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     protected $environment;
16 16
 
17 17
     /**
18
-     * @param Twig_Environment $environment
18
+     * @param \Twig_Environment $environment
19 19
      * @param Httpstatus       $httpStatus
20 20
      */
21 21
     public function __construct(\Twig_Environment $environment, Httpstatus $httpStatus)
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
 
3 3
 namespace Asmaster\EquipTwig;
4 4
 
5
-use Equip\Payload;
6 5
 use Equip\Adr\PayloadInterface;
7 6
 use Equip\Formatter\HtmlFormatter;
8 7
 use Lukasoppermann\Httpstatus\Httpstatus;
Please login to merge, or discard this patch.