Completed
Push — develop ( dff554...46e6b4 )
by Jaap
08:21 queued 01:50
created
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
28 28
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
29 29
 use phpDocumentor\Descriptor\TraitDescriptor;
30
-use phpDocumentor\Reflection\Php\File;
31 30
 use Webmozart\Assert\Assert;
32 31
 
33 32
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/DescriptorAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     /**
116 116
      * Returns the namespace for this element (defaults to global "\")
117 117
      *
118
-     * @return NamespaceDescriptor|string
118
+     * @return string
119 119
      */
120 120
     public function getNamespace()
121 121
     {
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     /**
223 223
      * Sets the file to which this element is associated.
224 224
      *
225
-     * @return bool
225
+     * @return boolean|null
226 226
      */
227 227
     public function setFile(FileDescriptor $file)
228 228
     {
Please login to merge, or discard this patch.