Skip to content

Commit e61ce11

Browse files
committed
Update stubs
1 parent 323aaed commit e61ce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/pdo/PDO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function quote(string $string, int $type = PDO::PARAM_STR)
5858
public function rollBack()
5959
{
6060
}
61-
public function setAttribute(int $attribute, $value)
61+
public function setAttribute(int $attribute, mixed $value)
6262
{
6363
}
6464
}

0 commit comments

Comments
 (0)