Passed
Pull Request — 0.9.x (#287)
by Shinji
07:25 queued 05:41
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): void {
22
+return function(Channel $channel) use ($argv): void {
23 23
     assert(count($argv) === 4);
24 24
     /**
25 25
      * @var class-string<WorkerEntryPointInterface> $entry_class
Please login to merge, or discard this patch.