Completed
Pull Request — 24.x (#32)
by
unknown
20:56 queued 09:43
created
src/Observers/ProductUrlRewriteObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     public function __construct(
77 77
         ProductUrlRewriteProcessorInterface $productUrlRewriteProcessor,
78 78
         StateDetectorInterface $stateDetector = null
79
-    ){
79
+    ) {
80 80
         $this->productUrlRewriteProcessor = $productUrlRewriteProcessor;
81 81
         parent::__construct($stateDetector);
82 82
     }
Please login to merge, or discard this patch.