Skip to content

Commit af0f769

Browse files
committed
Update for amphp/sql-common@v2.0.0-beta.9
1 parent ca59db5 commit af0f769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"amphp/amp": "^3",
2424
"amphp/pipeline": "^1",
2525
"amphp/sql": "^2-beta.6",
26-
"amphp/sql-common": "^2-beta.7"
26+
"amphp/sql-common": "^2-beta.9"
2727
},
2828
"require-dev": {
2929
"ext-pgsql": "*",

src/Internal/PostgresPooledResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
final class PostgresPooledResult extends PooledResult implements PostgresResult
1515
{
16-
protected function newInstanceFrom(Result $result, \Closure $release): self
16+
protected static function newInstanceFrom(Result $result, \Closure $release): self
1717
{
1818
\assert($result instanceof PostgresResult);
1919
return new self($result, $release);

0 commit comments

Comments
 (0)