Skip to content

Commit b6f87bc

Browse files
authored
Merge branch refs/heads/1.12.x into 2.1.x
2 parents ac6dae9 + 0c4660d commit b6f87bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8323,7 +8323,7 @@
83238323
'PDO::beginTransaction' => ['bool'],
83248324
'PDO::commit' => ['bool'],
83258325
'PDO::cubrid_schema' => ['array', 'schema_type'=>'int', 'table_name='=>'string', 'col_name='=>'string'],
8326-
'PDO::errorCode' => ['string'],
8326+
'PDO::errorCode' => ['string|null'],
83278327
'PDO::errorInfo' => ['array'],
83288328
'PDO::exec' => ['int|false', 'query'=>'string'],
83298329
'PDO::getAttribute' => ['', 'attribute'=>'int'],
@@ -8366,7 +8366,7 @@
83668366
'PDOStatement::closeCursor' => ['bool'],
83678367
'PDOStatement::columnCount' => ['0|positive-int'],
83688368
'PDOStatement::debugDumpParams' => ['void'],
8369-
'PDOStatement::errorCode' => ['string'],
8369+
'PDOStatement::errorCode' => ['string|null'],
83708370
'PDOStatement::errorInfo' => ['array'],
83718371
'PDOStatement::execute' => ['bool', 'bound_input_params='=>'?array'],
83728372
'PDOStatement::fetch' => ['mixed', 'how='=>'int', 'orientation='=>'int', 'offset='=>'int'],

0 commit comments

Comments
 (0)