We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b33a7e commit ca769a0Copy full SHA for ca769a0
dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage/ConfigTest.php
@@ -127,7 +127,7 @@ public function testConfigShouldBeCachedWithinSameSession(): void
127
/**
128
* @param string|null $sessionId
129
*/
130
- private function startNewSession(string $sessionId = null): void
+ private function startNewSession(?string $sessionId = null): void
131
{
132
/** @var SessionManagerInterface $session */
133
$session = Bootstrap::getObjectManager()->get(SessionManagerInterface::class);
0 commit comments