reset PHPDoc

This commit is contained in:
crazywhalecc
2022-08-21 16:25:05 +08:00
parent 528b61862a
commit 8f761c31e3
2 changed files with 7 additions and 5 deletions

View File

@@ -33,8 +33,9 @@ class MySQLConnection implements Connection
}
/**
* @param mixed $sql
* @param mixed $options
* @param mixed $sql
* @param mixed $options
* @throws MySQLException
*/
public function prepare($sql, $options = [])
{