File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ public function getActionOptionsHelp($action)
680
680
681
681
/**
682
682
* @param Action $action
683
- * @return \ReflectionMethod
683
+ * @return \ReflectionFunctionAbstract
684
684
*/
685
685
protected function getActionMethodReflection ($ action )
686
686
{
@@ -697,7 +697,7 @@ protected function getActionMethodReflection($action)
697
697
698
698
/**
699
699
* Parses the comment block into tags.
700
- * @param \Reflector $reflection the comment block
700
+ * @param \ReflectionClass|\ReflectionProperty|\ReflectionFunctionAbstract $reflection the comment block
701
701
* @return array the parsed tags
702
702
*/
703
703
protected function parseDocCommentTags ($ reflection )
@@ -725,7 +725,7 @@ protected function parseDocCommentTags($reflection)
725
725
/**
726
726
* Returns the first line of docblock.
727
727
*
728
- * @param \Reflector $reflection
728
+ * @param \ReflectionClass|\ReflectionProperty|\ReflectionFunctionAbstract $reflection
729
729
* @return string
730
730
*/
731
731
protected function parseDocCommentSummary ($ reflection )
@@ -741,7 +741,7 @@ protected function parseDocCommentSummary($reflection)
741
741
/**
742
742
* Returns full description from the docblock.
743
743
*
744
- * @param \Reflector $reflection
744
+ * @param \ReflectionClass|\ReflectionProperty|\ReflectionFunctionAbstract $reflection
745
745
* @return string
746
746
*/
747
747
protected function parseDocCommentDetail ($ reflection )
You can’t perform that action at this time.
0 commit comments