Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jul 19, 2024
1 parent 4da01d3 commit 45dcbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Integration/AbstractIntegrationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function assertPgAdvisoryLocksCount(
private function findPostgresAdvisoryLockInConnection(
PDO $dbConnection,
PostgresLockId $postgresLockId,
): ?object {
): object | null {
$id = $postgresLockId->id;

$lockObjectId = $id % self::POSTGRES_BLOCK_SIZE;
Expand Down

0 comments on commit 45dcbff

Please sign in to comment.