Passed
Push — master ( f2b93c...809e75 )
by Luiz Kim
11:07 queued 08:52
created
src/Entity/DisplayQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Set the value of id
89 89
      */
90
-    public function setId( $id): self
90
+    public function setId($id): self
91 91
     {
92 92
         $this->id = $id;
93 93
 
Please login to merge, or discard this patch.
src/Service/ProductGroupService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         RequestStack $requestStack
19 19
 
20 20
     ) {
21
-        $this->request  = $requestStack->getCurrentRequest();
21
+        $this->request = $requestStack->getCurrentRequest();
22 22
     }
23 23
 
24 24
 
Please login to merge, or discard this patch.