Passed
Pull Request — master (#184)
by
unknown
08:19
created
src/Header/Consumer/AddressConsumer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      */
61 61
     public function getTokenSeparators()
62 62
     {
63
-        return [ ',', ';', '\s+' ];
63
+        return [',', ';', '\s+'];
64 64
     }
65 65
     
66 66
     /**
@@ -146,6 +146,6 @@  discard block
 block discarded – undo
146 146
             }
147 147
             $strEmail .= $part->getValue();
148 148
         }
149
-        return [ $this->partFactory->newAddressPart($strName, $strEmail) ];
149
+        return [$this->partFactory->newAddressPart($strName, $strEmail)];
150 150
     }
151 151
 }
Please login to merge, or discard this patch.