Test Failed
Pull Request — master (#887)
by Maxim
09:14
created
src/Queue/src/Queue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     public function __construct(
12 12
         private readonly CoreInterface $core
13
-    ) {
13
+    ){
14 14
     }
15 15
 
16 16
     public function push(string $name, mixed $payload = [], mixed $options = null): string
Please login to merge, or discard this patch.