new Совместимость с php8
This commit is contained in:
parent
2edd65d145
commit
5748ea9148
7 changed files with 17 additions and 30 deletions
|
|
@ -103,7 +103,7 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
|
|||
return count($this->cache);
|
||||
}
|
||||
|
||||
function execute($args = null) {
|
||||
function execute($args = null): bool {
|
||||
$result = parent::execute($args);
|
||||
return $result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue