Completed
Pull Request — master (#2293)
by
unknown
07:10
created
src/phpDocumentor/Descriptor/DescriptorAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Returns the namespace for this element (defaults to global "\")
115 115
      *
116
-     * @return NamespaceDescriptor|string
116
+     * @return string
117 117
      */
118 118
     public function getNamespace()
119 119
     {
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
     }
379 379
 
380 380
     /**
381
-     * @return DescriptorAbstract|string|Fqsen|null
381
+     * @return DescriptorAbstract|null
382 382
      */
383 383
     public function getInheritedElement()
384 384
     {
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Tag/MethodDescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param ?ReturnDescriptor $response
68
+     * @param ReturnDescriptor $response
69 69
      */
70 70
     public function setResponse(?ReturnDescriptor $response) : void
71 71
     {
Please login to merge, or discard this patch.