Passed
Push — develop ( 0a11b3...ab491c )
by BENARD
05:49
created
src/Admin/PlayerChartAdmin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
 
288 288
     public function postUpdate(object $object): void
289 289
     {
290
-        $event = new PlayerChartEvent($object, null , 0);
290
+        $event = new PlayerChartEvent($object, null, 0);
291 291
         $this->eventDispatcher->dispatch($event, VideoGamesRecordsCoreEvents::PLAYER_CHART_UPDATED);
292 292
         parent::postUpdate($object);
293 293
     }
Please login to merge, or discard this patch.