Skip to content

Commit

Permalink
It is recommended not to use reserved keyword "class".
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 11, 2023
1 parent 3d09a6b commit e14f177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/DirectTransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function pre_http_request( $preempt, $request, $url ) {
return $processed_headers;
}

public function http_api_debug( $response, $context, $class, $args, $url ) {
public function http_api_debug( $response, $context, $c, $args, $url ) {
}

public function test_init() {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/GatewaysTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function pre_http_request( $preempt, $request, $url ) {
return $processed_headers;
}

public function http_api_debug( $response, $context, $class, $args, $url ) {
public function http_api_debug( $response, $context, $c, $args, $url ) {
}

public function test_init() {
Expand Down

0 comments on commit e14f177

Please sign in to comment.