Skip to content

Commit

Permalink
Fix php 8.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 9, 2024
1 parent 502de76 commit a8808d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/NativeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class NativeBridge implements BridgeInterface
* @param array $options
* @param HandlerInterface|null $handler
*/
public function __construct(array $options = [], HandlerInterface $handler = null)
public function __construct(array $options = [], ?HandlerInterface $handler = null)
{
$this->handler = $handler ?? new NativeHandler();

Expand Down

0 comments on commit a8808d4

Please sign in to comment.