Completed
Pull Request — master (#2657)
by
unknown
10:57
created
src/phpDocumentor/Descriptor/ProjectDescriptorBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -126,9 +126,9 @@  discard block
 block discarded – undo
126 126
     /**
127 127
      * Analyzes a Descriptor and alters its state based on its state or even removes the descriptor.
128 128
      *
129
-     * @param TDescriptor $descriptor
129
+     * @param Filterable $descriptor
130 130
      *
131
-     * @return TDescriptor|null
131
+     * @return Filter\TDescriptor|null
132 132
      *
133 133
      * @template TDescriptor as Filterable
134 134
      */
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      * Filters a descriptor, validates it, stores the validation results and returns the transmuted object or null
142 142
      * if it is supposed to be removed.
143 143
      *
144
-     * @param TDescriptor $descriptor
144
+     * @param Descriptor $descriptor
145 145
      *
146 146
      * @return TDescriptor|null
147 147
      *
Please login to merge, or discard this patch.
src/Guides/Nodes/DocumentNode.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace phpDocumentor\Guides\Nodes;
15 15
 
16
-use Exception;
17 16
 use phpDocumentor\Guides\Environment;
18 17
 use phpDocumentor\Guides\Renderers\FullDocumentNodeRenderer;
19 18
 use function array_unshift;
Please login to merge, or discard this patch.
src/Guides/Renderers/Html/TocNodeRenderer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * @param mixed[][] $titles
69 69
      * @param mixed[][] $tocItems
70
+     * @param string $url
70 71
      */
71 72
     private function buildLevel(
72 73
         ?string $url,
Please login to merge, or discard this patch.