Skip to content

Commit dd9d9e8

Browse files
committed
Remove unsupported php function
1 parent ca12820 commit dd9d9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Picqer/Financials/Moneybird/Connection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Connection
7171
/**
7272
* @var string|null
7373
*/
74-
private ?string $state = null;
74+
private $state = null;
7575

7676
/**
7777
* @var Client

0 commit comments

Comments
 (0)