Skip to content

Commit eb6edc6

Browse files
committed
33293: Fixed static-test
1 parent 45e2436 commit eb6edc6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers/PersistedObjectHandlerTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,8 @@ public function mockCurlHandler(string $response, array $parserOutput): void
560560
->method('create')
561561
->will(
562562
$this->returnCallback(
563-
function (
564-
string $class,
565-
array $arguments = []
566-
) use ($curlHandler, $objectManagerInstance, $mockDataProfileSchemaParser)
567-
{
563+
function (string $class, array $arguments = [])
564+
use ($curlHandler, $objectManagerInstance, $mockDataProfileSchemaParser) {
568565
if ($class === CurlHandler::class) {
569566
return $curlHandler;
570567
}

0 commit comments

Comments
 (0)