@@ -63,11 +63,11 @@ discard block |
||
63 | 63 | * @return array |
64 | 64 | */ |
65 | 65 | public function exclude_payment_comment_notes( $clauses, $query ) { |
66 | - $type = $query->query_vars['type']; |
|
66 | + $type = $query->query_vars[ 'type' ]; |
|
67 | 67 | |
68 | 68 | // Ignore payment notes comments if it's not specifically requested. |
69 | 69 | if ( 'payment_note' !== $type ) { |
70 | - $clauses['where'] .= " AND comment_type != 'payment_note'"; |
|
70 | + $clauses[ 'where' ] .= " AND comment_type != 'payment_note'"; |
|
71 | 71 | } |
72 | 72 | |
73 | 73 | return $clauses; |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | break; |
112 | 112 | } |
113 | 113 | |
114 | - if ( ! empty( $page_id ) ) { |
|
114 | + if ( !empty( $page_id ) ) { |
|
115 | 115 | $page_url = get_permalink( $page_id ); |
116 | 116 | |
117 | 117 | if ( false !== $page_url ) { |
@@ -56,19 +56,19 @@ |
||
56 | 56 | |
57 | 57 | <tr> |
58 | 58 | <td> |
59 | - <?php do_action( 'manage_' . $post_type . '_posts_custom_column', 'pronamic_payment_status', $payment_id ); ?> |
|
59 | + <?php do_action( 'manage_'.$post_type.'_posts_custom_column', 'pronamic_payment_status', $payment_id ); ?> |
|
60 | 60 | </td> |
61 | 61 | <td> |
62 | - <?php do_action( 'manage_' . $post_type . '_posts_custom_column', 'pronamic_payment_title', $payment_id ); ?> |
|
62 | + <?php do_action( 'manage_'.$post_type.'_posts_custom_column', 'pronamic_payment_title', $payment_id ); ?> |
|
63 | 63 | </td> |
64 | 64 | <td> |
65 | - <?php do_action( 'manage_' . $post_type . '_posts_custom_column', 'pronamic_payment_transaction', $payment_id ); ?> |
|
65 | + <?php do_action( 'manage_'.$post_type.'_posts_custom_column', 'pronamic_payment_transaction', $payment_id ); ?> |
|
66 | 66 | </td> |
67 | 67 | <td> |
68 | - <?php do_action( 'manage_' . $post_type . '_posts_custom_column', 'pronamic_payment_amount', $payment_id ); ?> |
|
68 | + <?php do_action( 'manage_'.$post_type.'_posts_custom_column', 'pronamic_payment_amount', $payment_id ); ?> |
|
69 | 69 | </td> |
70 | 70 | <td> |
71 | - <?php do_action( 'manage_' . $post_type . '_posts_custom_column', 'pronamic_payment_date', $payment_id ); ?> |
|
71 | + <?php do_action( 'manage_'.$post_type.'_posts_custom_column', 'pronamic_payment_date', $payment_id ); ?> |
|
72 | 72 | </td> |
73 | 73 | <td> |
74 | 74 | <?php echo empty( $payment->start_date ) ? '—' : esc_html( $payment->start_date->format_i18n() ); ?> |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | [](https://scrutinizer-ci.com/code-intelligence) |
21 | 21 | [](https://codecov.io/gh/pronamic/wp-pronamic-ideal) |
22 | 22 | |
23 | -<?php include __DIR__ . '/../general/description-short.php'; ?> |
|
23 | +<?php include __DIR__.'/../general/description-short.php'; ?> |
|
24 | 24 | |
25 | 25 | |
26 | 26 | ## Gateways |
@@ -43,4 +43,4 @@ discard block |
||
43 | 43 | |
44 | 44 | ## Links |
45 | 45 | |
46 | -<?php include __DIR__ . '/../general/links.php'; ?> |
|
46 | +<?php include __DIR__.'/../general/links.php'; ?> |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $timestamp = wp_next_scheduled( 'pronamic_pay_license_check' ); |
59 | 59 | |
60 | 60 | if ( false !== $timestamp ) { |
61 | - $date = new \Pronamic\WordPress\Pay\DateTime( '@' . $timestamp, new DateTimeZone( 'UTC' ) ); |
|
61 | + $date = new \Pronamic\WordPress\Pay\DateTime( '@'.$timestamp, new DateTimeZone( 'UTC' ) ); |
|
62 | 62 | |
63 | 63 | echo esc_html( $date->format_i18n() ); |
64 | 64 | } else { |
@@ -245,8 +245,8 @@ discard block |
||
245 | 245 | $version = curl_version(); |
246 | 246 | // @codingStandardsIgnoreEnd |
247 | 247 | |
248 | - if ( isset( $version['version'] ) ) { |
|
249 | - echo esc_html( $version['version'] ); |
|
248 | + if ( isset( $version[ 'version' ] ) ) { |
|
249 | + echo esc_html( $version[ 'version' ] ); |
|
250 | 250 | } |
251 | 251 | } |
252 | 252 | |
@@ -336,7 +336,7 @@ discard block |
||
336 | 336 | |
337 | 337 | $data = get_transient( 'pronamic_pay_ideal_issuers_status' ); |
338 | 338 | |
339 | -if ( ! $data ) { |
|
339 | +if ( !$data ) { |
|
340 | 340 | |
341 | 341 | $url = 'http://www.ideal-status.nl/static/issuers_current.json'; |
342 | 342 | |
@@ -344,7 +344,7 @@ discard block |
||
344 | 344 | |
345 | 345 | $status_data = null; |
346 | 346 | |
347 | - if ( ! is_wp_error( $response ) ) { |
|
347 | + if ( !is_wp_error( $response ) ) { |
|
348 | 348 | if ( 200 === wp_remote_retrieve_response_code( $response ) ) { |
349 | 349 | $body = wp_remote_retrieve_body( $response ); |
350 | 350 | |
@@ -409,7 +409,7 @@ discard block |
||
409 | 409 | |
410 | 410 | <?php foreach ( $data as $status ) : ?> |
411 | 411 | |
412 | - <?php $alternate = ! $alternate; ?> |
|
412 | + <?php $alternate = !$alternate; ?> |
|
413 | 413 | |
414 | 414 | <tr<?php if ( $alternate ) : ?> class="alternate"<?php endif; ?>> |
415 | 415 | <td> |
@@ -114,8 +114,8 @@ discard block |
||
114 | 114 | |
115 | 115 | $post_status = $this->get_post_status( $payment->status ); |
116 | 116 | |
117 | - if ( ! empty( $post_status ) ) { |
|
118 | - $data['post_status'] = $post_status; |
|
117 | + if ( !empty( $post_status ) ) { |
|
118 | + $data[ 'post_status' ] = $post_status; |
|
119 | 119 | } |
120 | 120 | |
121 | 121 | wp_update_post( $data ); |
@@ -285,8 +285,8 @@ discard block |
||
285 | 285 | |
286 | 286 | $can_redirect = false; |
287 | 287 | |
288 | - do_action( 'pronamic_payment_status_update_' . $payment->source . '_' . $old . '_to_' . $new, $payment, $can_redirect, $previous_status, $payment->status ); |
|
289 | - do_action( 'pronamic_payment_status_update_' . $payment->source, $payment, $can_redirect, $previous_status, $payment->status ); |
|
288 | + do_action( 'pronamic_payment_status_update_'.$payment->source.'_'.$old.'_to_'.$new, $payment, $can_redirect, $previous_status, $payment->status ); |
|
289 | + do_action( 'pronamic_payment_status_update_'.$payment->source, $payment, $can_redirect, $previous_status, $payment->status ); |
|
290 | 290 | do_action( 'pronamic_payment_status_update', $payment, $can_redirect, $previous_status, $payment->status ); |
291 | 291 | } |
292 | 292 | } |
@@ -223,7 +223,7 @@ |
||
223 | 223 | * @return string |
224 | 224 | */ |
225 | 225 | public function get_subscription_id() { |
226 | - if ( ! $this->get_subscription() ) { |
|
226 | + if ( !$this->get_subscription() ) { |
|
227 | 227 | return; |
228 | 228 | } |
229 | 229 |
@@ -99,8 +99,8 @@ discard block |
||
99 | 99 | |
100 | 100 | $post_status = $this->get_post_status( $subscription->get_status() ); |
101 | 101 | |
102 | - if ( ! empty( $post_status ) ) { |
|
103 | - $data['post_status'] = $post_status; |
|
102 | + if ( !empty( $post_status ) ) { |
|
103 | + $data[ 'post_status' ] = $post_status; |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | wp_update_post( $data ); |
@@ -294,8 +294,8 @@ discard block |
||
294 | 294 | |
295 | 295 | $can_redirect = false; |
296 | 296 | |
297 | - do_action( 'pronamic_subscription_status_update_' . $subscription->source . '_' . $old . '_to_' . $new, $subscription, $can_redirect, $previous_status, $subscription->status ); |
|
298 | - do_action( 'pronamic_subscription_status_update_' . $subscription->source, $subscription, $can_redirect, $previous_status, $subscription->status ); |
|
297 | + do_action( 'pronamic_subscription_status_update_'.$subscription->source.'_'.$old.'_to_'.$new, $subscription, $can_redirect, $previous_status, $subscription->status ); |
|
298 | + do_action( 'pronamic_subscription_status_update_'.$subscription->source, $subscription, $can_redirect, $previous_status, $subscription->status ); |
|
299 | 299 | do_action( 'pronamic_subscription_status_update', $subscription, $can_redirect, $previous_status, $subscription->status ); |
300 | 300 | } |
301 | 301 | } |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | // Payment method input HTML. |
44 | 44 | $html = $gateway->get_input_html(); |
45 | 45 | |
46 | - if ( ! empty( $html ) ) { |
|
46 | + if ( !empty( $html ) ) { |
|
47 | 47 | $inputs[ $payment_method ] = array( |
48 | 48 | 'label' => $method_name, |
49 | 49 | 'html' => $html, |
@@ -52,10 +52,10 @@ discard block |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | if ( $gateway->has_error() ) { |
55 | - $pronamic_ideal_errors[] = $gateway->get_error(); |
|
55 | + $pronamic_ideal_errors[ ] = $gateway->get_error(); |
|
56 | 56 | } |
57 | 57 | |
58 | -require Plugin::$dirname . '/views/errors.php'; |
|
58 | +require Plugin::$dirname.'/views/errors.php'; |
|
59 | 59 | |
60 | 60 | ?> |
61 | 61 | <table class="form-table"> |
@@ -87,12 +87,12 @@ discard block |
||
87 | 87 | |
88 | 88 | <tr class="pronamic-pay-cloack pronamic-pay-test-payment-method <?php echo esc_attr( $method ); ?>"> |
89 | 89 | <th scope="row"> |
90 | - <?php echo esc_html( $input['label'] ); ?> |
|
90 | + <?php echo esc_html( $input[ 'label' ] ); ?> |
|
91 | 91 | </th> |
92 | 92 | <td> |
93 | 93 | <?php |
94 | 94 | |
95 | - echo $input['html']; // WPCS: XSS ok. |
|
95 | + echo $input[ 'html' ]; // WPCS: XSS ok. |
|
96 | 96 | |
97 | 97 | ?> |
98 | 98 | </td> |
@@ -304,5 +304,5 @@ discard block |
||
304 | 304 | <?php |
305 | 305 | |
306 | 306 | if ( $is_ideal || $gateway instanceof \Pronamic\WordPress\Pay\Gateways\OmniKassa2\Gateway ) { |
307 | - include Plugin::$dirname . '/views/ideal-test-cases.php'; |
|
307 | + include Plugin::$dirname.'/views/ideal-test-cases.php'; |
|
308 | 308 | } |
@@ -60,14 +60,14 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Autoload. |
62 | 62 | */ |
63 | -$loader = require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; |
|
63 | +$loader = require_once plugin_dir_path( __FILE__ ).'vendor/autoload.php'; |
|
64 | 64 | |
65 | -if ( ! defined( 'PRONAMIC_PAY_DEBUG' ) ) { |
|
65 | +if ( !defined( 'PRONAMIC_PAY_DEBUG' ) ) { |
|
66 | 66 | define( 'PRONAMIC_PAY_DEBUG', false ); |
67 | 67 | } |
68 | 68 | |
69 | 69 | if ( PRONAMIC_PAY_DEBUG ) { |
70 | - foreach ( glob( __DIR__ . '/repositories/*/*/composer.json' ) as $file ) { |
|
70 | + foreach ( glob( __DIR__.'/repositories/*/*/composer.json' ) as $file ) { |
|
71 | 71 | $content = file_get_contents( $file ); |
72 | 72 | |
73 | 73 | $object = json_decode( $content ); |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | foreach ( $object->autoload as $type => $map ) { |
77 | 77 | if ( 'psr-4' === $type ) { |
78 | 78 | foreach ( $map as $prefix => $path ) { |
79 | - $loader->addPsr4( $prefix, dirname( $file ) . '/' . $path, true ); |
|
79 | + $loader->addPsr4( $prefix, dirname( $file ).'/'.$path, true ); |
|
80 | 80 | } |
81 | 81 | } |
82 | 82 | } |