Skip to content

Commit a207451

Browse files
authored
Merge pull request #22 from Vendic/bugfix/php-84-fixes
Fix PHP 8.4 deprecation warnings
2 parents b85ac41 + f52f4ba commit a207451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Integration/Checks/DatabaseConnectionCountsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testDatabaseConnectionCountWarning(
7676
* @param array|null $cachedData
7777
* @return void
7878
*/
79-
public function setupCache(ObjectManager $objectManager, array $cachedData = null): void
79+
public function setupCache(ObjectManager $objectManager, ?array $cachedData = null): void
8080
{
8181
/** @var CacheService & MockObject $shellUtilsMock */
8282
$cacheServiceMock = $this->getMockBuilder(CacheService::class)

0 commit comments

Comments
 (0)