chore: Аннотации к типам
This commit is contained in:
parent
730a608f9b
commit
89913de4fe
19 changed files with 124 additions and 24 deletions
|
|
@ -199,8 +199,6 @@ class Manager
|
|||
if (strtolower($type) == "serial") {
|
||||
$type = "integer";
|
||||
}
|
||||
//if (strtolower($type)=="boolean")
|
||||
// $type = "integer";
|
||||
}
|
||||
return $name . " " . $type . $references . $constraint;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
|
|||
return $this->cache[$this->cursorPos];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array|null
|
||||
*/
|
||||
function getRow() {
|
||||
return $this->fields;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue