Skip to content

Commit 9ee5723

Browse files
authored
Merge pull request #4 from funkflute/v3.0.1
make compatible
2 parents 0c032ba + a85af5d commit 9ee5723

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dirlist.cache
99
dirlist.vendor
1010
phpunit.xml
1111
/http_data
12+
.phpunit.result.cache

tests/PayeezyDirectGatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PayeezyDirectGatewayTest extends GatewayTestCase
1212
/** @var array */
1313
protected $options;
1414

15-
public function setUp()
15+
public function setUp(): void
1616
{
1717
parent::setUp();
1818

0 commit comments

Comments
 (0)