We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da01d3 commit 45dcbffCopy full SHA for 45dcbff
test/Integration/AbstractIntegrationTestCase.php
@@ -90,7 +90,7 @@ protected function assertPgAdvisoryLocksCount(
90
private function findPostgresAdvisoryLockInConnection(
91
PDO $dbConnection,
92
PostgresLockId $postgresLockId,
93
- ): ?object {
+ ): object | null {
94
$id = $postgresLockId->id;
95
96
$lockObjectId = $id % self::POSTGRES_BLOCK_SIZE;
0 commit comments