Completed
Push — master ( ae811c...173f3e )
by Greg
02:10
created
src/Parser/Internal/BespokeDocBlockParser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -144,6 +144,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.
Please login to merge, or discard this patch.