Test Failed
Pull Request — master (#879)
by Alexander
07:49
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, array $payload = [], OptionsInterface $options = null): string
Please login to merge, or discard this patch.