Skip to content

Commit

Permalink
php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
srjlewis committed Oct 28, 2021
1 parent 2be02d5 commit 8600f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface PdoInterface
* @see http://php.net/manual/en/pdo.begintransaction.php
*
*/
public function beginTransaction();
public function beginTransaction(): bool;

/**
*
Expand Down

0 comments on commit 8600f89

Please sign in to comment.