Skip to content

Commit

Permalink
Merge pull request #4 from funkflute/v3.0.1
Browse files Browse the repository at this point in the history
make compatible
  • Loading branch information
funkflute authored Jun 22, 2022
2 parents 0c032ba + a85af5d commit 9ee5723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dirlist.cache
dirlist.vendor
phpunit.xml
/http_data
.phpunit.result.cache
2 changes: 1 addition & 1 deletion tests/PayeezyDirectGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PayeezyDirectGatewayTest extends GatewayTestCase
/** @var array */
protected $options;

public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 9ee5723

Please sign in to comment.