new Совместимость с php8

This commit is contained in:
origami11@yandex.ru 2023-04-19 11:25:28 +03:00
parent 2edd65d145
commit 5748ea9148
7 changed files with 17 additions and 30 deletions

View file

@ -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;
}