@@ -166,6 +166,6 @@ |
||
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 | } |
@@ -156,6 +156,6 @@ |
||
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 | } |