@@ -19,7 +19,7 @@ |
||
19 | 19 | use Reli\Lib\Log\StateCollector\StateCollector; |
20 | 20 | use Psr\Log\LoggerInterface; |
21 | 21 | |
22 | -return function (Channel $channel) use ($argv): \Generator { |
|
22 | +return function(Channel $channel) use ($argv): \Generator { |
|
23 | 23 | /** |
24 | 24 | * @var class-string<WorkerEntryPointInterface> $entry_class |
25 | 25 | * @var class-string<MessageProtocolInterface> $protocol_class |
@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | namespace Reli\Lib\Defer; |
15 | 15 | |
16 | -function defer(?ScopeGuard &$scope_guard, callable $function): void |
|
16 | +function defer(?ScopeGuard & $scope_guard, callable $function): void |
|
17 | 17 | { |
18 | 18 | $scope_guard = new ScopeGuard( |
19 | 19 | \Closure::fromCallable($function), |