From 45dcbff3194287f641e551dd004a22da9c8b8f6c Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Fri, 19 Jul 2024 18:46:52 +0300 Subject: [PATCH] Code style --- test/Integration/AbstractIntegrationTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Integration/AbstractIntegrationTestCase.php b/test/Integration/AbstractIntegrationTestCase.php index fdfc6f6..f714465 100644 --- a/test/Integration/AbstractIntegrationTestCase.php +++ b/test/Integration/AbstractIntegrationTestCase.php @@ -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;