Completed
Pull Request — master (#4)
by
unknown
03:23
created
examples/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 //$bmh->debugBodyRule      = false; // false is default, no need to specify
52 52
 //$bmh->debugDsnRule       = false; // false is default, no need to specify
53 53
 //$bmh->purgeUnprocessed   = false; // false is default, no need to specify
54
-$bmh->disableDelete        = true; // false is default, no need to specify
54
+$bmh->disableDelete = true; // false is default, no need to specify
55 55
 
56 56
 /*
57 57
  * for local mailbox (to process .EML files)
Please login to merge, or discard this patch.
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.