Completed
Push — master ( e47857...c2b0b8 )
by Matthew
03:22
created
src/Form/AddToWishListForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,6 +51,6 @@
 block discarded – undo
51 51
         // makes a unique id for each wishlist form
52 52
         $reflection = new \ReflectionClass($this);
53 53
         $shortName = str_replace(array('.', '/'), '', $this->getName());
54
-        $this->setHTMLID($reflection->getShortName() . '_' . $shortName . '_' . $productID);
54
+        $this->setHTMLID($reflection->getShortName().'_'.$shortName.'_'.$productID);
55 55
     }
56 56
 }
Please login to merge, or discard this patch.