Типы для php-lint v2
This commit is contained in:
parent
f570da257d
commit
6173eb4892
31 changed files with 83 additions and 76 deletions
|
|
@ -66,7 +66,7 @@ class Database_PDOStatement extends PDOStatement implements IteratorAggregate
|
|||
}
|
||||
|
||||
function getInt($name) {
|
||||
return intval($this->fields[$name]);
|
||||
return (int)$this->fields[$name];
|
||||
}
|
||||
|
||||
function getBlob($name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue