diff --git a/conf/config.neon b/conf/config.neon index a94cc21a32..d2fabd5477 100644 --- a/conf/config.neon +++ b/conf/config.neon @@ -71,6 +71,7 @@ parameters: - ../stubs/ArrayObject.stub - ../stubs/WeakReference.stub - ../stubs/ext-ds.stub + - ../stubs/PDOStatement.stub earlyTerminatingMethodCalls: [] earlyTerminatingFunctionCalls: [] memoryLimitFile: %tmpDir%/.memory_limit diff --git a/stubs/PDOStatement.stub b/stubs/PDOStatement.stub new file mode 100644 index 0000000000..5c63cbce7d --- /dev/null +++ b/stubs/PDOStatement.stub @@ -0,0 +1,10 @@ +> + * @link https://php.net/manual/en/class.pdostatement.php + */ +class PDOStatement implements Traversable +{ + +}