Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8030318

Browse files
committed
MAGETWO-54389: Submitting Case Entry to Signifyd on Order Creation
- fixes for static tests
1 parent c81abc1 commit 8030318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_files/case.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
/** @var CaseInterfaceFactory $caseFactory */
1313
$caseFactory = $objectManager->get(CaseInterfaceFactory::class);
1414

15-
$associatedTeam = array(
15+
$associatedTeam = [
1616
'teamName' => 'Some Team',
1717
'teamId' => 123,
1818
'getAutoDismiss' => true,
1919
'getTeamDismissalDays' => 3
20-
);
20+
];
2121

2222
/** @var CaseInterface $case */
2323
$case = $caseFactory->create();

0 commit comments

Comments
 (0)