Completed
Push — master ( cadd2d...2818c6 )
by Lars
03:50
created
src/Exception/Pakkelabels_Exception.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Pakkelabels
4
- *
5
- * PHP version 5
6
- *
7
- * @category  Pakkelabels
8
- * @package   Pakkelabels
9
- * @author    Lars Olesen <[email protected]>
10
- * @copyright 2015 Lars Olesen
11
- * @license   MIT Open Source License https://opensource.org/licenses/MIT
12
- * @version   GIT: <git_id>
13
- * @link      http://github.com/discimport/pakkelabels-dk
14
- */
3
+     * Pakkelabels
4
+     *
5
+     * PHP version 5
6
+     *
7
+     * @category  Pakkelabels
8
+     * @package   Pakkelabels
9
+     * @author    Lars Olesen <[email protected]>
10
+     * @copyright 2015 Lars Olesen
11
+     * @license   MIT Open Source License https://opensource.org/licenses/MIT
12
+     * @version   GIT: <git_id>
13
+     * @link      http://github.com/discimport/pakkelabels-dk
14
+     */
15 15
 
16 16
 namespace Pakkelabels\Exception;
17 17
 
@@ -34,10 +34,10 @@  discard block
 block discarded – undo
34 34
      */
35 35
     public function __construct($message = null)
36 36
     {
37
-         if (is_array($message)) {
38
-             parent::__construct(implode(', ', $message));
39
-         } else {
40
-             parent::__construct($message);
41
-         }
37
+            if (is_array($message)) {
38
+                parent::__construct(implode(', ', $message));
39
+            } else {
40
+                parent::__construct($message);
41
+            }
42 42
     }
43 43
 }
Please login to merge, or discard this patch.