Test Failed
Pull Request — 5.0 (#11)
by
unknown
05:24
created
src/SwiftTwigMailTemplate.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@
 block discarded – undo
325 325
      * @param string $openTag
326 326
      * @param string $closeTag
327 327
      *
328
-     * @return mixed|string
328
+     * @return string
329 329
      */
330 330
     private function removeElement(string $s, string $openTag, string $closeTag)
331 331
     {
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 TheCodingMachine\Mail\Template;
4 4
 
5
-use Mouf\Html\Renderer\Twig\TwigTemplate;
6 5
 use TheCodingMachine\Mail\SwiftMailTemplate;
7 6
 
8 7
 class SwiftTwigMailTemplate implements SwiftMailTemplate
Please login to merge, or discard this patch.