Skip to content

Commit ebea367

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

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
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Webapi\Controller\Rest;
89

@@ -262,7 +263,7 @@ private function isPropertyDeclaredInDataObject(
262263
* @return \Magento\Framework\Reflection\MethodsMap
263264
*
264265
* @deprecated 100.1.0
265-
* @see
266+
* @see \Magento\Framework\Reflection\MethodsMap
266267
*/
267268
private function getMethodsMap()
268269
{

0 commit comments

Comments
 (0)