Skip to content

Commit a2cbfa6

Browse files
Fix Static Tests build
1 parent d7f312a commit a2cbfa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/ObjectManager/Factory/AbstractFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ protected function resolveArgumentsInRuntime($requestedType, array $parameters,
242242
/**
243243
* Get resolved argument from parameter
244244
*
245-
* @param string $requestedType
246-
* @param array $parameter
247-
* @param array $arguments
245+
* @param string $requestedType
246+
* @param array $parameter
247+
* @param array $arguments
248248
* @return array
249249
*/
250250
private function getResolvedArgument(string $requestedType, array $parameter, array $arguments): array

0 commit comments

Comments
 (0)