Passed
Push — master ( bbfa5f...40b08b )
by Mihail
07:08
created
HeaderTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      *
156 156
      * @return void
157 157
      */
158
-    protected function normalizeHeader(string $name, array|string $value, bool $skipKey): void
158
+    protected function normalizeHeader(string $name, array | string $value, bool $skipKey): void
159 159
     {
160 160
         $name = \str_replace(["\r", "\n", "\t"], '', \trim($name));
161 161
         if (false === $skipKey) {
Please login to merge, or discard this patch.