Skip to content

Commit 86a205a

Browse files
committed
AC-10815 - API Input validation
1 parent f978665 commit 86a205a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private function getConstructorData(string $className, array $data): array
266266
*
267267
* @param string $className
268268
* @param array $data
269-
* @return object|null the newly created and populated object
269+
* @return object the newly created and populated object
270270
* @throws \Exception
271271
* @throws SerializationException
272272
* @SuppressWarnings(PHPMD.NPathComplexity)

0 commit comments

Comments
 (0)