@@ -146,6 +146,9 @@ discard block |
||
146 | 146 | $this->commandInfo->setReturnType($returnType); |
147 | 147 | } |
148 | 148 | |
149 | + /** |
|
150 | + * @param string $doc |
|
151 | + */ |
|
149 | 152 | private function parseDocBlock($doc) |
150 | 153 | { |
151 | 154 | if (empty($doc)) { |
@@ -208,6 +211,9 @@ discard block |
||
208 | 211 | return !empty($nextLine); |
209 | 212 | } |
210 | 213 | |
214 | + /** |
|
215 | + * @param DocblockTag[] $tags |
|
216 | + */ |
|
211 | 217 | protected function processAllTags($tags) |
212 | 218 | { |
213 | 219 | // Iterate over all of the tags, and process them as necessary. |