diff --git a/src/Components/pgsql/src/Db/PgsqlBase.php b/src/Components/pgsql/src/Db/PgsqlBase.php index 30fad9211..575467c69 100644 --- a/src/Components/pgsql/src/Db/PgsqlBase.php +++ b/src/Components/pgsql/src/Db/PgsqlBase.php @@ -30,10 +30,6 @@ public function getDbType(): string /** * {@inheritDoc} - * - * 只列出了 Postgres 代码中已使用的错误码 - * - * @see http://www.postgres.cn/docs/13/errcodes-appendix.html */ public function checkCodeIsOffline(string $sqlState, $code = null): bool {