Completed
Push — master ( ce0d07...ed5780 )
by Lars
04:08
created
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.