summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/pdo_stmt.stub.php')
-rw-r--r--ext/pdo/pdo_stmt.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo_stmt.stub.php b/ext/pdo/pdo_stmt.stub.php
index ab3ab6a42f..26f4ace9f7 100644
--- a/ext/pdo/pdo_stmt.stub.php
+++ b/ext/pdo/pdo_stmt.stub.php
@@ -5,7 +5,7 @@
class PDOStatement implements IteratorAggregate
{
/** @return bool */
- public function bindColumn(string|int $column, mixed &$var, int $type = 0, int $maxLength = 0, mixed $driverOptions = null) {}
+ public function bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null) {}
/** @return bool */
public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null) {}