@@ -12,6 +12,9 @@ discard block |
||
12 | 12 | { |
13 | 13 | abstract public function matches($object); |
14 | 14 | |
15 | + /** |
|
16 | + * @param \phpDocumentor\Reflection\File\LocalFile $object |
|
17 | + */ |
|
15 | 18 | public function create($object, StrategyContainer $strategies, Context $context = null) |
16 | 19 | { |
17 | 20 | if (! $this->matches($object)) { |
@@ -42,7 +45,7 @@ discard block |
||
42 | 45 | * @param Doc $docBlock |
43 | 46 | * @param StrategyContainer $strategies |
44 | 47 | * @param Context $context |
45 | - * @return null|\phpDocumentor\Reflection\DocBlock |
|
48 | + * @return null|Element |
|
46 | 49 | */ |
47 | 50 | protected function createDocBlock(Doc $docBlock = null, StrategyContainer $strategies, Context $context = null) |
48 | 51 | { |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param ClassConstantIterator $object object to convert to an Element |
63 | 63 | * @param StrategyContainer $strategies used to convert nested objects. |
64 | 64 | * @param Context $context of the created object |
65 | - * @return Constant |
|
65 | + * @return ConstantElement |
|
66 | 66 | */ |
67 | 67 | protected function doCreate($object, StrategyContainer $strategies, Context $context = null) |
68 | 68 | { |