chore: Аннотации к типам
This commit is contained in:
parent
530a3b931d
commit
730a608f9b
27 changed files with 491 additions and 134 deletions
|
|
@ -240,7 +240,7 @@ class Manager
|
|||
* @param array $fields
|
||||
* @param array|string|null $constraints
|
||||
*/
|
||||
public function createTableQuery($table, $fields, $constraints)
|
||||
public function createTableQuery($table, $fields, $constraints): void
|
||||
{
|
||||
$pg = $this->db->isPostgres();
|
||||
if ($constraints) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue