Passed
Push — 21.x ( 19d0c6...8efa74 )
by
unknown
04:17
created
src/Observers/EeCleanUpGroupedObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,6 +29,6 @@
 block discarded – undo
29 29
      */
30 30
     protected function getLastPrimaryKey(): int
31 31
     {
32
-        return (int)$this->getSubject()->getLastRowId();
32
+        return (int) $this->getSubject()->getLastRowId();
33 33
     }
34 34
 }
Please login to merge, or discard this patch.