Completed
Push — develop ( 2ee523...63ab30 )
by Jaap
58:50 queued 48:52
created
phpDocumentor/Descriptor/Builder/Reflector/Tags/TypeCollectionAssembler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      *
111 111
      * @param string $type
112 112
      *
113
-     * @return string|boolean
113
+     * @return string|false
114 114
      */
115 115
     protected function findClassNameForType($type)
116 116
     {
Please login to merge, or discard this patch.
src/phpDocumentor/Transformer/Router/Renderer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@
 block discarded – undo
198 198
         return $collection;
199 199
     }
200 200
 
201
+    /**
202
+     * @param string $presentation
203
+     */
201 204
     protected function renderLink($path, $presentation)
202 205
     {
203 206
         $url  = false;
Please login to merge, or discard this patch.