mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed parent class of stub (#14990)
This commit is contained in:
parent
d55ef3f339
commit
acd6ac3324
12 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@ namespace Pdo;
|
|||
* @strict-properties
|
||||
* @not-serializable
|
||||
*/
|
||||
class Sqlite extends PDO
|
||||
class Sqlite extends \PDO
|
||||
{
|
||||
#ifdef SQLITE_DETERMINISTIC
|
||||
/** @cvalue SQLITE_DETERMINISTIC */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue