src/phpDocumentor/Compiler/Linker/Linker.php 1

Type Line Description
TODO 235 Can we find another solution for this?

src/phpDocumentor/Compiler/Pass/NamespaceTreeBuilder.php 1

Type Line Description
TODO 102 find out why this can happen. Some bug in the assembler?

src/phpDocumentor/Descriptor/ArgumentDescriptor.php 1

Type Line Description
TODO 39 Apparently, in our Mario's example this can be null. But that is weird. Investigate this after

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

Type Line Description
TODO 73 this looks like a potential bug. Have to investigate this!

src/phpDocumentor/Descriptor/Builder/Reflector/Tags/MethodAssembler.php 1

Type Line Description
TODO 45 Uncomment this line as soon as DocBlockReflection 5.4 is released and included

src/phpDocumentor/Descriptor/FileDescriptor.php 1

Type Line Description
TODO 313 This is an item that needs to be done.

src/phpDocumentor/Descriptor/IsTyped.php 1

Type Line Description
TODO 37 update link to point to the final destination for the PHPDoc Standard.

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

Type Line Description
TODO 54 check whether this function works properly, the business logic feels off somehow

src/phpDocumentor/Guides/Handlers/RenderHandler.php 1

Type Line Description
TODO 58 This is a hack; I want to rework path handling for guides as the Environment, for example,

src/phpDocumentor/Pipeline/Stage/Parser/ParseFiles.php 1

Type Line Description
TODO 44 The setVisibility call should purge the cache if it differs; but once we are here, cache has already

src/phpDocumentor/Pipeline/Stage/Transform.php 1

Type Line Description
TODO 172 the guides to need this, can we get rid of these lines?

src/phpDocumentor/Transformer/Writer/RenderGuide.php 1

Type Line Description
TODO 81 Extract this, as this code is duplicated

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

Type Line Description
TODO 29 How and why is this adapter used? The assumption in the supports method is weird and that this adapter involves arrays is oddly specific. Is this a potential bug?

src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/UrlGenerator.php 5

Type Line Description
TODO 43 Why is this a separate URL Generator on top of the Router, specific for the LinkRenderer? Are we missing a concept? At the moment, I am not going into this because my PR is getting too big already and I keep existing behaviour, but discovering why this Url Generator even exists could improve the codebase.
TODO 95 of course this is not correct, but phpDocumentor does not have a mechanism yet for determining the
TODO 103 of course this is not correct, but phpDocumentor does not have a mechanism yet for determining the
TODO 114 This is copied from the TableOfContentsBuilder; once we get proper support for Versions,
TODO 130 Add Support for DocumentEntries to the router

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

Type Line Description
TODO 158 Because the renderer uses an immutable pattern to change itself; the $this references

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

Type Line Description
TODO 58 References can only point to an element that is a class, interface, trait, method, property or class constant at this moment. This is because an FQSEN does not contain the necessary data to distinguish whether the FQCN is actually a class or a namespace reference. As such we assume a class as that is the most common occurrence.

src/phpDocumentor/Transformer/Writer/Twig.php 2

Type Line Description
TODO 143 At a later stage we want to support more types of Documentation Sets using the Twig writer
TODO 250 replace env with origin filesystem, as this will help us to copy assets.