We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323aaed commit e61ce11Copy full SHA for e61ce11
stubs/ext/pdo/PDO.php
@@ -58,7 +58,7 @@ public function quote(string $string, int $type = PDO::PARAM_STR)
58
public function rollBack()
59
{
60
}
61
- public function setAttribute(int $attribute, $value)
+ public function setAttribute(int $attribute, mixed $value)
62
63
64
0 commit comments