Completed
Push — project-builder-improvements ( a841be...55008a )
by Jaap
06:11
created
src/phpDocumentor/Transformer/Writer/Twig/Extension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
 
381 381
     /**
382 382
      * @param mixed[] $context
383
-     * @param array<Type>|Type|DescriptorAbstract|Fqsen|Reference\Reference|Path|string|iterable<mixed> $value
383
+     * @param Reference\Reference $value
384 384
      *
385 385
      * @return string[]|string
386 386
      */
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/ApiSetDescriptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Dsn;
19 19
 use phpDocumentor\Path;
20 20
 use phpDocumentor\Reflection\Fqsen;
21
-use phpDocumentor\Reflection\Php\File;
22 21
 
23 22
 final class ApiSetDescriptor extends DocumentationSetDescriptor implements Descriptor
24 23
 {
Please login to merge, or discard this patch.
src/phpDocumentor/Pipeline/Stage/Transform.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Exception;
8 8
 use League\Flysystem\FilesystemInterface;
9 9
 use phpDocumentor\Descriptor\ApiSetDescriptor;
10
-use phpDocumentor\Descriptor\VersionDescriptor;
11 10
 use phpDocumentor\Dsn;
12 11
 use phpDocumentor\Event\Dispatcher;
13 12
 use phpDocumentor\Parser\FlySystemFactory;
Please login to merge, or discard this patch.
src/phpDocumentor/Transformer/Transformer.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -119,7 +119,6 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Transforms the given project into a series of artifacts as provided by the templates.
121 121
      *
122
-     * @param Transformation[] $transformations
123 122
      */
124 123
     public function execute(ProjectDescriptor $project, DocumentationSetDescriptor $documentationSet, Template $template) : void
125 124
     {
@@ -132,7 +131,6 @@  discard block
 block discarded – undo
132 131
     /**
133 132
      * Initializes all writers that are used during this transformation.
134 133
      *
135
-     * @param Transformation[] $transformations
136 134
      */
137 135
     private function initializeWriters(ProjectDescriptor $project, Template $template) : void
138 136
     {
@@ -183,7 +181,6 @@  discard block
 block discarded – undo
183 181
     /**
184 182
      * Applies all given transformations to the provided project.
185 183
      *
186
-     * @param Transformation[] $transformations
187 184
      */
188 185
     private function transformProject(DocumentationSetDescriptor $documentationSet, Template $template) : void
189 186
     {
Please login to merge, or discard this patch.