File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Tqdev/PhpCrudApi/Database Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6387,7 +6387,7 @@ public function lastInsertId(/* ?string */$name = null): string
6387
6387
return $ this ->pdo ()->lastInsertId ($ name );
6388
6388
}
6389
6389
6390
- public function query (string $ query , int $ fetchMode = null , mixed ...$ fetchModeArgs ): \PDOStatement
6390
+ public function query ($ query , /* ? int */ $ fetchMode = null , ...$ fetchModeArgs ): \PDOStatement
6391
6391
{
6392
6392
return call_user_func_array (array ($ this ->pdo (), 'query ' ), func_get_args ());
6393
6393
}
Original file line number Diff line number Diff line change @@ -6387,7 +6387,7 @@ public function lastInsertId(/* ?string */$name = null): string
6387
6387
return $ this ->pdo ()->lastInsertId ($ name );
6388
6388
}
6389
6389
6390
- public function query (string $ query , int $ fetchMode = null , mixed ...$ fetchModeArgs ): \PDOStatement
6390
+ public function query ($ query , /* ? int */ $ fetchMode = null , ...$ fetchModeArgs ): \PDOStatement
6391
6391
{
6392
6392
return call_user_func_array (array ($ this ->pdo (), 'query ' ), func_get_args ());
6393
6393
}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function lastInsertId(/* ?string */$name = null): string
117
117
return $ this ->pdo ()->lastInsertId ($ name );
118
118
}
119
119
120
- public function query (string $ query , int $ fetchMode = null , mixed ...$ fetchModeArgs ): \PDOStatement
120
+ public function query ($ query , /* ? int */ $ fetchMode = null , ...$ fetchModeArgs ): \PDOStatement
121
121
{
122
122
return call_user_func_array (array ($ this ->pdo (), 'query ' ), func_get_args ());
123
123
}
You can’t perform that action at this time.
0 commit comments