Skip to content

Commit 62f7c0a

Browse files
committed
Remove unnecessary return doc comment from PDOStatement::errorInfo()
1 parent 01775fa commit 62f7c0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ext/pdo/pdo_stmt.stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function debugDumpParams(): ?bool {}
2727
/** @tentative-return-type */
2828
public function errorCode(): ?string {}
2929

30-
/** @return array */
3130
/** @tentative-return-type */
3231
public function errorInfo(): array {}
3332

ext/pdo/pdo_stmt_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 406aff009e4091eaac0937aaf0801c934a0f3f71 */
2+
* Stub hash: 670126c620221ba392f4cd41cdb31877cc29e1e3 */
33

44
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_PDOStatement_bindColumn, 0, 2, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)

0 commit comments

Comments
 (0)