File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public function character_set_name();
31
31
/** @return bool */
32
32
public function close ();
33
33
34
- /** @return bool|null */
35
- public function commit (int $ flags = 0 , string $ name = UNKNOWN );
34
+ /** @return bool */
35
+ public function commit (int $ flags = - 1 , string $ name = UNKNOWN );
36
36
37
37
/** @return mysqli|null|false */
38
38
public function connect (
@@ -307,7 +307,7 @@ function mysqli_character_set_name(mysqli $mysql_link): string {}
307
307
308
308
function mysqli_close (mysqli $ mysql_link ): bool {}
309
309
310
- function mysqli_commit (mysqli $ mysql_link , int $ flags = 0 , string $ name = ' UNKNOWN ' ): bool | null {}
310
+ function mysqli_commit (mysqli $ mysql_link , int $ flags = - 1 , string $ name = UNKNOWN ): bool {}
311
311
312
312
function mysqli_connect (
313
313
?string $ host = null ,
You can’t perform that action at this time.
0 commit comments