Skip to content

Commit

Permalink
去除不必要注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Mar 24, 2024
1 parent 3ad7f9f commit d4e61ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Components/pgsql/src/Db/PgsqlBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 34 in src/Components/pgsql/src/Db/PgsqlBase.php

View check run for this annotation

Codecov / codecov/patch

src/Components/pgsql/src/Db/PgsqlBase.php#L34

Added line #L34 was not covered by tests
{
Expand Down

0 comments on commit d4e61ce

Please sign in to comment.