Completed
Push — SWP-2331 ( 25f6dc...c6bc85 )
by
unknown
45s
created
src/SWP/Bundle/CoreBundle/WebSocket/Topic/ContentListTopic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function registerPeriodicTimer(Topic $topic): void {
48 48
         $n = 1;
49
-        $this->periodicTimer->addPeriodicTimer($this, 'ping', 5, function () use ($topic, &$n) {
49
+        $this->periodicTimer->addPeriodicTimer($this, 'ping', 5, function() use ($topic, &$n) {
50 50
             $topic->broadcast(['ping' => $n]);
51 51
 
52 52
             ++$n;
Please login to merge, or discard this patch.