Fixed parent class of stub (#14990)

This commit is contained in:
Saki Takamachi 2024-07-17 21:38:59 +09:00 committed by GitHub
parent d55ef3f339
commit acd6ac3324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 24 additions and 24 deletions

View file

@ -8,7 +8,7 @@ namespace Pdo;
* @strict-properties
* @not-serializable
*/
class Sqlite extends PDO
class Sqlite extends \PDO
{
#ifdef SQLITE_DETERMINISTIC
/** @cvalue SQLITE_DETERMINISTIC */