Passed
Push — master ( 35ad5b...39637e )
by Bas
02:53
created
src/Message/MessageTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 
161 161
         $headers = $this->getHeaders();
162 162
         if ($key = current(preg_grep("~^{$name}$~i", array_keys($headers)))) {
163
-           unset($headers[$key]);
163
+            unset($headers[$key]);
164 164
         }
165 165
         $headers[$name] = $value;
166 166
 
Please login to merge, or discard this patch.