Completed
Push — master ( 173c25...d9ebac )
by Lars
18:05
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
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Bounce Mail Handler (formerly known as BMH and PHPMailer-BMH)
4
- *
5
- * @copyright 2008-2009 Andry Prevost. All Rights Reserved.
6
- * @copyright 2011-2012 Anthon Pang.
7
- * @copyright 2015-2015 Lars Moelleken.
8
- *
9
- * @license   GPL
10
- *
11
- * @package   BounceMailHandler
12
- *
13
- * @author    Andy Prevost <[email protected]>
14
- * @author    Anthon Pang <[email protected]>
15
- * @author    Lars Moelleken <[email protected]>
16
- */
3
+   * Bounce Mail Handler (formerly known as BMH and PHPMailer-BMH)
4
+   *
5
+   * @copyright 2008-2009 Andry Prevost. All Rights Reserved.
6
+   * @copyright 2011-2012 Anthon Pang.
7
+   * @copyright 2015-2015 Lars Moelleken.
8
+   *
9
+   * @license   GPL
10
+   *
11
+   * @package   BounceMailHandler
12
+   *
13
+   * @author    Andy Prevost <[email protected]>
14
+   * @author    Anthon Pang <[email protected]>
15
+   * @author    Lars Moelleken <[email protected]>
16
+   */
17 17
 namespace BounceMailHandler;
18 18
 
19 19
 require_once __DIR__ . '/phpmailer-bmh_rules.php';
Please login to merge, or discard this patch.