@@ -144,6 +144,9 @@ discard block |
||
| 144 | 144 | } |
| 145 | 145 | } |
| 146 | 146 | |
| 147 | + /** |
|
| 148 | + * @param string $description |
|
| 149 | + */ |
|
| 147 | 150 | protected function splitOutDefault($description) |
| 148 | 151 | { |
| 149 | 152 | if (!preg_match('#(.*)(Default: *)(.*)#', trim($description), $matches)) { |
@@ -283,6 +286,9 @@ discard block |
||
| 283 | 286 | return !empty($nextLine); |
| 284 | 287 | } |
| 285 | 288 | |
| 289 | + /** |
|
| 290 | + * @param DocblockTag[] $tags |
|
| 291 | + */ |
|
| 286 | 292 | protected function processAllTags($tags) |
| 287 | 293 | { |
| 288 | 294 | // Iterate over all of the tags, and process them as necessary. |