Passed
Push — tests ( fafb5a...72eca0 )
by Willem
04:18
created
tests/Integration/ProductFrontendControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,6 +166,6 @@
 block discarded – undo
166 166
      */
167 167
     protected function getProductId()
168 168
     {
169
-        return (int)$this->getProduct()->getId();
169
+        return (int) $this->getProduct()->getId();
170 170
     }
171 171
 }
Please login to merge, or discard this patch.
tests/Integration/PageFrontendControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,6 +156,6 @@
 block discarded – undo
156 156
      */
157 157
     private function getPageId(): int
158 158
     {
159
-        return (int)$this->getPage()->getId();
159
+        return (int) $this->getPage()->getId();
160 160
     }
161 161
 }
Please login to merge, or discard this patch.