Completed
Push — master ( 40a934...77b4e9 )
by
unknown
02:28
created
src/Observers/ProductUrlRewriteObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
                     if ($this->hasValue(ColumnKeys::URL_KEY) && $this->artefacts[$i][ColumnKeys::STORE_VIEW_CODE] === $storeViewCode) {
153 153
                         $foundArtefactToUpdate = true;
154 154
                         // update the URL key
155
-                        $this->artefacts[$i][ColumnKeys::URL_KEY]    = $this->getValue(ColumnKeys::URL_KEY);
155
+                        $this->artefacts[$i][ColumnKeys::URL_KEY] = $this->getValue(ColumnKeys::URL_KEY);
156 156
                         // update the visibility, if available
157 157
                         if ($this->hasValue(ColumnKeys::VISIBILITY)) {
158 158
                             $this->artefacts[$i][ColumnKeys::VISIBILITY] = $this->getValue(ColumnKeys::VISIBILITY);
Please login to merge, or discard this patch.