Skip to content

Commit fc6ad21

Browse files
AC-10541: Rest API Fix
1 parent c68af3b commit fc6ad21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Webapi/Controller/Rest/ParamsOverrider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ private function validateInputData(array $inputData): array
9595
}, $data);
9696
}
9797

98-
9998
/**
10099
* Determine if a nested array value is set.
101100
*
@@ -120,6 +119,7 @@ protected function isNestedArrayValueSet($nestedArray, $arrayKeys)
120119

121120
/**
122121
* Set a nested array value.
122+
* phpcs:disable Magento2.Annotation.MethodArguments.VisualAlignment
123123
*
124124
* @param array &$nestedArray
125125
* @param string[] $arrayKeys
@@ -262,6 +262,7 @@ private function isPropertyDeclaredInDataObject(
262262
* @return \Magento\Framework\Reflection\MethodsMap
263263
*
264264
* @deprecated 100.1.0
265+
* @see
265266
*/
266267
private function getMethodsMap()
267268
{

0 commit comments

Comments
 (0)