Skip to content

Commit

Permalink
Update WebhookControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 19, 2023
1 parent e96425d commit 127511d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/WebhookControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class WebhookControllerTest extends WP_UnitTestCase {
/**
* REST server.
*
* @var WP_REST_Server;
* @var WP_REST_Server
*/
private $rest_server;

Expand Down Expand Up @@ -157,7 +157,7 @@ public function test_webhook( $response_file, $payment_status, $transaction_id )
/**
* Webhook test provider.
*
* @return array
* @return array<string>
*/
public static function webhook_test_provider() {
return [
Expand Down

0 comments on commit 127511d

Please sign in to comment.