fix: noverify --fix
This commit is contained in:
parent
5aff28d2b8
commit
117640a755
44 changed files with 174 additions and 174 deletions
|
|
@ -84,7 +84,7 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
|
|||
}
|
||||
|
||||
function getString($name) {
|
||||
return isset($this->fields[$name]) ? $this->fields[$name]: null;
|
||||
return $this->fields[$name] ?? null;
|
||||
}
|
||||
|
||||
function getBoolean($name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue