Completed
Push — develop ( 0b8425...c51867 )
by Jaap
15s queued 11s
created
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/ExampleAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use InvalidArgumentException;
19 19
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
20
-use phpDocumentor\Descriptor\Example\Finder;
21 20
 use phpDocumentor\Descriptor\Tag\ExampleDescriptor;
22 21
 use phpDocumentor\Reflection\DocBlock\ExampleFinder;
23 22
 use phpDocumentor\Reflection\DocBlock\Tags\Example;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/MethodDescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
      * 2. if the parent is a class and implements interfaces, check each interface for a method with the exact same
248 248
      *    name. If such a method is found, return the first hit.
249 249
      *
250
-     * @return MethodDescriptor|null
250
+     * @return DescriptorAbstract|null
251 251
      */
252 252
     public function getInheritedElement()
253 253
     {
Please login to merge, or discard this patch.