Skip to content

Commit bf3dec3

Browse files
authored
Fix PHP 8.4 deprecations in Proxy class
1 parent b3ff5c1 commit bf3dec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class Proxy implements ApiInterface
2121
/**
2222
* @param \FFI|null $ffi
2323
*/
24-
public function __construct(\FFI $ffi = null)
24+
public function __construct(?\FFI $ffi = null)
2525
{
2626
if ($ffi !== null) {
2727
$this->ffi = $ffi;

0 commit comments

Comments
 (0)