@@ -287,7 +287,7 @@ |
||
| 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 | } |