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 ef682d8 commit ba3bfb0Copy full SHA for ba3bfb0
dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ObjectExtensionUtilTest.php
@@ -402,7 +402,7 @@ public function testExtendedTestSkippedParent(): void
402
* @return void
403
* @throws Exception
404
*/
405
- private function setMockTestOutput(array $testData = null, array $actionGroupData = null): void
+ private function setMockTestOutput(?array $testData = null, ?array $actionGroupData = null): void
406
{
407
// clear test object handler value to inject parsed content
408
$property = new ReflectionProperty(TestObjectHandler::class, 'testObjectHandler');
0 commit comments