Test Failed
Push — develop ( 4f588d...bd3d82 )
by nguereza
03:51
created
src/Helper/MailHelper.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
      * @return bool
77 77
      */
78 78
     public function sendReportMail(
79
-        int|string $reportId,
79
+        int | string $reportId,
80 80
         string $object,
81
-        string|array $receiverAddress,
81
+        string | array $receiverAddress,
82 82
         array $data = [],
83 83
         array $attachments = [],
84 84
         string $senderAddress = '',
@@ -122,9 +122,9 @@  discard block
 block discarded – undo
122 122
      * @return bool
123 123
      */
124 124
     public function sendReportMailAsync(
125
-        int|string $reportId,
125
+        int | string $reportId,
126 126
         string $object,
127
-        string|array $receiverAddress,
127
+        string | array $receiverAddress,
128 128
         array $data = [],
129 129
         array $attachments = [],
130 130
         string $senderAddress = '',
@@ -149,10 +149,10 @@  discard block
 block discarded – undo
149 149
      * @return bool
150 150
      */
151 151
     public function sendMail(
152
-        int|string $reportId,
152
+        int | string $reportId,
153 153
         string $content,
154 154
         string $object,
155
-        string|array $receiverAddress,
155
+        string | array $receiverAddress,
156 156
         array $data = [],
157 157
         array $attachments = [],
158 158
         string $senderAddress = '',
Please login to merge, or discard this patch.