src/phpDocumentor/Descriptor/Builder/Reflector/AssemblerAbstract.php 1

Element Line Description
\phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract::deduplicateTypes() 126 the functionality in this method has been moved to the Compound type in the latest unreleased version of the TypeResolver library

src/phpDocumentor/Descriptor/DocBlock/DescriptionDescriptor.php 1

Element Line Description
\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor::__toString() 67 will be removed in v4

src/phpDocumentor/Descriptor/Interfaces/ProjectInterface.php 1

Element Line Description
\phpDocumentor\Descriptor\Interfaces\ProjectInterface::getFiles() 33 Please use the getFiles method on the DocumentationSet
\phpDocumentor\Descriptor\Interfaces\ProjectInterface::getIndexes() 40 Please use the getIndexes method on the DocumentationSet

src/phpDocumentor/Descriptor/ProjectDescriptor.php 1

Element Line Description
\phpDocumentor\Descriptor\ProjectDescriptor::getFiles() 61 Please use {@see \phpDocumentor\Descriptor\DocumentationSetDescriptor::getFiles()}
\phpDocumentor\Descriptor\ProjectDescriptor::getIndexes() 71 Please use {@see \phpDocumentor\Descriptor\DocumentationSetDescriptor::getIndexes()}
\phpDocumentor\Descriptor\ProjectDescriptor::getNamespace() 143
\phpDocumentor\Descriptor\ProjectDescriptor::getPackage() 166
\phpDocumentor\Descriptor\ProjectDescriptor::getApiDocumentationSet() 177 As soon as we are done migrating to multiple API Documentation sets, this method becomes invalid and should be removed.

src/phpDocumentor/Descriptor/Traits/IsInFile.php 1

Element Line Description
\phpDocumentor\Descriptor\Traits\IsInFile::getLine() 72 use getStartLocation()->getLineNumber() instead

src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php 1

Element Line Description
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer::withProject() 64 will be removed once getProject is removed
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer::getProject() 81 use {@see \phpDocumentor\Transformer\Writer\Twig\getDocumentationSet()}