@@ -230,6 +230,9 @@ |
||
230 | 230 | return !empty($nextLine); |
231 | 231 | } |
232 | 232 | |
233 | + /** |
|
234 | + * @param DocblockTag[] $tags |
|
235 | + */ |
|
233 | 236 | protected function processAllTags($tags) |
234 | 237 | { |
235 | 238 | // Iterate over all of the tags, and process them as necessary. |