Skip to content

Commit 6dd7115

Browse files
annotations
1 parent 4f017f8 commit 6dd7115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/Reflection/MethodsMap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public function getMethodReturnType($typeName, $methodName)
9494
* 'validatePassword' => 'boolean'
9595
* ]
9696
* </pre>
97+
* @throws \InvalidArgumentException
98+
* @throws \ReflectionException
9799
*/
98100
public function getMethodsMap($interfaceName)
99101
{
@@ -148,6 +150,8 @@ public function getMethodParams($serviceClassName, $serviceMethodName)
148150
*
149151
* @param string $interfaceName
150152
* @return array
153+
* @throws \ReflectionException
154+
* @throws \InvalidArgumentException
151155
*/
152156
private function getMethodMapViaReflection($interfaceName)
153157
{

0 commit comments

Comments
 (0)