Skip to content

Commit

Permalink
correct docblock to match type
Browse files Browse the repository at this point in the history
  • Loading branch information
srjlewis committed Nov 4, 2021
1 parent 2eb4485 commit 04b6657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractExtendedPdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class AbstractExtendedPdo extends PDO implements ExtendedPdoInterface
*
* The internal PDO connection.
*
* @var PDO
* @var PDO|null
*
*/
protected ?PDO $pdo = null;
Expand Down

0 comments on commit 04b6657

Please sign in to comment.