summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/pdo.stub.php')
-rw-r--r--ext/pdo/pdo.stub.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pdo/pdo.stub.php b/ext/pdo/pdo.stub.php
index 8e8a60cfd2..6d6d070cd7 100644
--- a/ext/pdo/pdo.stub.php
+++ b/ext/pdo/pdo.stub.php
@@ -1,9 +1,11 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
class PDOException extends RuntimeException
{
+ /** @var array|null */
+ public $errorInfo;
}
function pdo_drivers(): array {}