Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 21, 2023
1 parent db46646 commit 988e8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function fulfill_order( $payment ) {
// Prevent `wp_die()` in Ninja Forms response to exit script execution.
\add_filter(
'wp_die_handler',
function( $handler ) {
function ( $handler ) {
return '__return_true';
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentMethodsField.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private function get_pronamic_payment_method_options() {
'order' => $order,
];

$order++;
++$order;
}

return $options;
Expand Down

0 comments on commit 988e8ba

Please sign in to comment.