Completed
Pull Request — master (#1051)
by Rafał
09:14
created
src/SWP/Bundle/CoreBundle/Provider/FailedEntriesProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         $this->receiver = $receiver;
35 35
     }
36 36
 
37
+    /**
38
+     * @param integer $max
39
+     */
37 40
     public function getFailedEntries(?int $max): array
38 41
     {
39 42
         $envelopes = $this->receiver->all($max);
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/MessageHandler/Message/ContentPushMessage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
     public function toArray(): array
44 44
     {
45 45
         return [
46
-          'tenant' => $this->tenantId,
47
-          'content' => $this->content,
46
+            'tenant' => $this->tenantId,
47
+            'content' => $this->content,
48 48
         ];
49 49
     }
50 50
 }
Please login to merge, or discard this patch.