Passed
Push — PAC-894 ( 56c856 )
by
unknown
29:39 queued 25:27
created
src/Observers/CleanUpGroupedProductRelationObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,6 +194,6 @@
 block discarded – undo
194 194
      */
195 195
     protected function getLastPrimaryKey(): int
196 196
     {
197
-        return (int)$this->getLastEntityId();
197
+        return (int) $this->getLastEntityId();
198 198
     }
199 199
 }
Please login to merge, or discard this patch.