Skip to content

Commit 3d0cb54

Browse files
committed
FIX CS: missing phpdoc
1 parent 1530c69 commit 3d0cb54

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ public function getParamType(ParameterReflection $param)
537537

538538
/**
539539
* Resolve fully qualified type name in the class alias context
540+
*
540541
* @param ClassReflection $sourceClass
541542
* @param string $typeName
542543
* @return string

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,13 @@ public function process($serviceClassName, $serviceMethodName, array $inputArray
165165
}
166166

167167
/**
168+
* Retrieve constructor data
169+
*
168170
* @param string $className
169171
* @param array $data
170172
* @return array
171173
* @throws \ReflectionException
174+
* @throws \Magento\Framework\Exception\LocalizedException
172175
*/
173176
private function getConstructorData(string $className, array $data): array
174177
{

0 commit comments

Comments
 (0)