Skip to content

Commit ecb341c

Browse files
atihanovaa-kashk
authored andcommitted
#36276 fix static test
1 parent c465273 commit ecb341c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ private function getConstructorData(string $className, array $data): array
265265
* @return object the newly created and populated object
266266
* @throws \Exception
267267
* @throws SerializationException
268+
* @SuppressWarnings(PHPMD.NPathComplexity)
268269
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
269270
*/
270271
protected function _createFromArray($className, $data)

0 commit comments

Comments
 (0)