Passed
Push — develop ( 512b2b...938a05 )
by Reüel
04:41
created
gateways/MeprDirectDebitBancontactGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,4 +8,4 @@
 block discarded – undo
8 8
  * @package   Pronamic\WordPress\Pay\Extensions\MemberPress
9 9
  */
10 10
 
11
-class_alias( 'Pronamic\WordPress\Pay\Extensions\MemberPress\DirectDebitBancontactGateway', 'MeprDirectDebitBancontactGateway' );
11
+class_alias('Pronamic\WordPress\Pay\Extensions\MemberPress\DirectDebitBancontactGateway', 'MeprDirectDebitBancontactGateway');
Please login to merge, or discard this patch.
src/BancontactGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 	 * @return string
36 36
 	 */
37 37
 	protected function get_icon() {
38
-		return plugins_url( 'images/bancontact/icon-32x32.png', Plugin::$file );
38
+		return plugins_url('images/bancontact/icon-32x32.png', Plugin::$file);
39 39
 	}
40 40
 
41 41
 	/**
Please login to merge, or discard this patch.