Test Failed
Push — develop ( c04ae8...7691fa )
by Reüel
03:36
created
src/Integration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	 * Construct and intialize Mollie integration.
38 38
 	 */
39 39
 	public function __construct() {
40
-	    parent::__construct();
40
+		parent::__construct();
41 41
 
42 42
 		$this->id            = 'mollie';
43 43
 		$this->name          = 'Mollie';
Please login to merge, or discard this patch.