Skip to content

Commit 45dcbff

Browse files
committed
Code style
1 parent 4da01d3 commit 45dcbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Integration/AbstractIntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function assertPgAdvisoryLocksCount(
9090
private function findPostgresAdvisoryLockInConnection(
9191
PDO $dbConnection,
9292
PostgresLockId $postgresLockId,
93-
): ?object {
93+
): object | null {
9494
$id = $postgresLockId->id;
9595

9696
$lockObjectId = $id % self::POSTGRES_BLOCK_SIZE;

0 commit comments

Comments
 (0)