Completed
Pull Request — master (#130)
by Greg
01:42
created
src/Parser/Internal/BespokeDocBlockParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -230,6 +230,9 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.