Type | Line | Description |
---|---|---|
TODO | 229 | Can we find another solution for this? |
Type | Line | Description |
---|---|---|
TODO | 99 | find out why this can happen. Some bug in the assembler? |
Type | Line | Description |
---|---|---|
TODO | 39 | Apparently, in our Mario's example this can be null. But that is weird. Investigate this after |
Type | Line | Description |
---|---|---|
TODO | 69 | this looks like a potential bug. Have to investigate this! |
Type | Line | Description |
---|---|---|
TODO | 45 | Uncomment this line as soon as DocBlockReflection 5.4 is released and included |
Type | Line | Description |
---|---|---|
TODO | 312 | This is an item that needs to be done. |
Type | Line | Description |
---|---|---|
TODO | 37 | update link to point to the final destination for the PHPDoc Standard. |
Type | Line | Description |
---|---|---|
TODO | 52 | check whether this function works properly, the business logic feels off somehow |
Type | Line | Description |
---|---|---|
TODO | 37 | The setVisibility call should purge the cache if it differs; but once we are here, cache has already |
Type | Line | Description |
---|---|---|
TODO | 155 | the guides to need this, can we get rid of these lines? |
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? |
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 | 86 | of course this is not correct, but phpDocumentor does not have a mechanism yet for determining the |
TODO | 94 | of course this is not correct, but phpDocumentor does not have a mechanism yet for determining the |
TODO | 105 | This is copied from the TableOfContentsBuilder; once we get proper support for Versions, |
TODO | 121 | Add Support for DocumentEntries to the router |
Type | Line | Description |
---|---|---|
TODO | 148 | Because the renderer uses an immutable pattern to change itself; the $this references |
Type | Line | Description |
---|---|---|
TODO | 55 | 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. |