Completed
Pull Request — master (#4)
by
unknown
03:23
created
src/BounceMailHandler/BounceMailHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -725,7 +725,7 @@
 block discarded – undo
725 725
 
726 726
     if ($ruleNumber === '0000') {
727 727
       // unrecognized
728
-      if( trim( $email ) == '' and property_exists($header, 'fromaddress') ) {
728
+      if (trim($email) == '' and property_exists($header, 'fromaddress')) {
729 729
         $email = $header->fromaddress;
730 730
       }
731 731
 
Please login to merge, or discard this patch.