Completed
Pull Request — master (#30)
by Jason
14:29
created
src/dataobjects/CatalogProduct.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             $i = 0;
116 116
             foreach ($this->Categories()->sort('SortOrder') as $category) {
117 117
                 $list .= $category->Title;
118
-                if(++$i !== $this->Categories()->Count()) {
118
+                if (++$i !== $this->Categories()->Count()) {
119 119
                     $list .= ", ";
120 120
                 }
121 121
             }
Please login to merge, or discard this patch.