Passed
Push — 19.x ( b373a3...1ed35f )
by
unknown
03:27
created
src/Observers/CleanUpGroupedProductRelationObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,6 +191,6 @@
 block discarded – undo
191 191
      */
192 192
     protected function getLastPrimaryKey()
193 193
     {
194
-        return (int)$this->getLastEntityId();
194
+        return (int) $this->getLastEntityId();
195 195
     }
196 196
 }
Please login to merge, or discard this patch.