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