Passed
Push — master ( 9d8949...e36a68 )
by Peter
02:19
created
src/Template/Builder/ContentList/ItemTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         if ($list->isWithLinks()) {
45 45
             $name  = StringHelper::wrapInTag($name, Html5::TAG_A, [Html5::ATTR_HREF => $item->getNameHref()]);
46 46
             $body  = StringHelper::wrapInTag($body, Html5::TAG_A, [Html5::ATTR_HREF => $item->getBodyHref()]);
47
-            $image  = StringHelper::wrapInTag($image, Html5::TAG_A, [Html5::ATTR_HREF => $item->getImgHref()]);
47
+            $image = StringHelper::wrapInTag($image, Html5::TAG_A, [Html5::ATTR_HREF => $item->getImgHref()]);
48 48
         }
49 49
 
50 50
         if (!$list->isWithBody()) {
Please login to merge, or discard this patch.