put PDOStatement::setFetchMode array type decl in again

This commit is contained in:
Ben Mewburn 2019-02-22 19:22:25 +11:00
parent e4d123f8b0
commit 19e0a0c298
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ class PDOStatement implements Traversable {
* @param array $ctorarfg [optional] <p> Constructor arguments. </p>
* @return bool 1 on success or <b>FALSE</b> on failure.
*/
public function setFetchMode ($mode, $classNameObject = null, $ctorarfg = array()) {}
public function setFetchMode ($mode, $classNameObject = null, array $ctorarfg = array()) {}
/**
* (PHP 5 &gt;= 5.1.0, PHP 7, PECL pdo &gt;= 0.2.0)<br/>