Skip to content

Commit ca769a0

Browse files
committed
AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent 3b33a7e commit ca769a0

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testConfigShouldBeCachedWithinSameSession(): void
127127
/**
128128
* @param string|null $sessionId
129129
*/
130-
private function startNewSession(string $sessionId = null): void
130+
private function startNewSession(?string $sessionId = null): void
131131
{
132132
/** @var SessionManagerInterface $session */
133133
$session = Bootstrap::getObjectManager()->get(SessionManagerInterface::class);

0 commit comments

Comments
 (0)