Fix MySQLWrapper related PHPDoc and variables

This commit is contained in:
crazywhalecc
2022-04-03 01:14:04 +08:00
committed by Jerry Ma
parent 30b2d2134b
commit fbb194a6c5

View File

@@ -20,6 +20,7 @@ use ZM\Exception\DbException;
class MySQLWrapper
{
/** @var Connection */
private $connection;
/**