Skip to content

Commit 5fa5493

Browse files
committed
docblock correction
1 parent 50e6a79 commit 5fa5493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @method array errorInfo()
2222
* @method mixed getAttribute(int $attribute)
2323
* @method bool inTransaction()
24-
* @method string lastInsertId(string $name = null)
24+
* @method string lastInsertId(?string $name = null)
2525
* @method string quote(mixed $string, int $parameterType = PDO::PARAM_STR)
2626
* @method mixed setAttribute(int $attribute, mixed $value)
2727
*

0 commit comments

Comments
 (0)