@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Tools\Rx; |
4 | 4 | |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | function setAsyncScheduler(LoopInterface $loop) |
39 | 39 | { |
40 | 40 | try { |
41 | - Scheduler::setAsyncFactory(function () use ($loop) { |
|
41 | + Scheduler::setAsyncFactory(function() use ($loop) { |
|
42 | 42 | return new Scheduler\EventLoopScheduler($loop); |
43 | 43 | }); |
44 | 44 | } catch (Exception $e) { |