Test Failed
Push — master ( 9ff364...742ef2 )
by Sebastian
03:58
created
src/Mailcode/Traits/Commands/ProtectedContent.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
          if($this->isMailcodeEnabled())
71 71
          {
72 72
              $collection = Mailcode::create()->parseString($this->getContent());
73
-         }
74
-         else
73
+         } else
75 74
          {
76 75
              $collection = new Mailcode_Collection();
77 76
          }
Please login to merge, or discard this patch.