Skip to content

Commit

Permalink
annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomBruneuski authored and gelanivishal committed Oct 12, 2018
1 parent 9afdfee commit 791609c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/internal/Magento/Framework/Reflection/MethodsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public function getMethodReturnType($typeName, $methodName)
* 'validatePassword' => 'boolean'
* ]
* </pre>
* @throws \InvalidArgumentException
* @throws \ReflectionException
*/
public function getMethodsMap($interfaceName)
{
Expand Down Expand Up @@ -148,6 +150,8 @@ public function getMethodParams($serviceClassName, $serviceMethodName)
*
* @param string $interfaceName
* @return array
* @throws \ReflectionException
* @throws \InvalidArgumentException
*/
private function getMethodMapViaReflection($interfaceName)
{
Expand Down

0 comments on commit 791609c

Please sign in to comment.