Passed
Push — 0.6.x ( 9a1948...a98caa )
by Shinji
03:23 queued 01:32
created
src/Lib/Amphp/worker-entry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Lib/Defer/defer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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),
Please login to merge, or discard this patch.