Markers
Table of Contents
AttributesInline.php
Type | Line | Description |
---|---|---|
TODO | 35 | Re-implement as a delimiter? |
Comment.php
Type | Line | Description |
---|---|---|
TODO | 230 | Rename these to include "start". |
TokenStream.php
Type | Line | Description |
---|---|---|
TODO | 245 | Handle non-space indentation |
AttributeEmulator.php
Type | Line | Description |
---|---|---|
TODO | 42 | return $tokens; |
PrettyPrinterAbstract.php
Type | Line | Description |
---|---|---|
TODO | 499 | Add <?php properly |
TODO | 730 | Try to preserve formatting |
TODO | 782 | Preserve formatting. |
TODO | 886 | Preserve formatting. |
TODO | 909 | Support removing single node. |
TODO | 1360 | "yield" where both key and value are inserted doesn't work |
TODO | 1389 | 'Stmt_TryCatch->finally' => [null, false, ' ', null], |
TODO | 1405 | These need to be treated more carefully |
TODO | 1497 | Insertion into empty statement lists. |
TODO | 1567 | ]; |
Environment.php
Type | Line | Description |
---|---|---|
TODO | 231 | is this used? |
SpanNodeRenderer.php
Type | Line | Description |
---|---|---|
TODO | 50 | this is called in DocumentNode's getTitle function during parsing; wtf? |
TODO | 58 | this is called in DocumentNode's getTitle function during parsing; wtf? |
Renderer.php
Type | Line | Description |
---|---|---|
TODO | 98 | I am not convinced that such a specific solution for Guides would be best since it is used in the Assets extension; and this extension would actually be nice to re-use in the rest of phpDocumentor as well. First, make it work here; then adapt for the rest :) |
UrlGenerator.php
Type | Line | Description |
---|---|---|
TODO | 80 | simplify this method into the other methods or vice versa |
Linker.php
Type | Line | Description |
---|---|---|
TODO | 231 | Can we find another solution for this? |
NamespaceTreeBuilder.php
Type | Line | Description |
---|---|---|
TODO | 87 | find out why this can happen. Some bug in the assembler? |
Version2.php
Type | Line | Description |
---|---|---|
TODO | 162 | not all options are included yet; finish this |
FunctionAssembler.php
Type | Line | Description |
---|---|---|
TODO | 71 | this looks like a potential bug. Have to investigate this! |
FileDescriptor.php
Type | Line | Description |
---|---|---|
TODO | 287 | This is an item that needs to be done. |
ArgumentInterface.php
Type | Line | Description |
---|---|---|
TODO | 40 | update link to point to the final destination for the PHPDoc Standard. |
Transform.php
Type | Line | Description |
---|---|---|
TODO | 154 | the guides to need this, can we get rid of these lines? |
ElementNameResolver.php
Type | Line | Description |
---|---|---|
TODO | 95 | this method is decorating the Node with an $fqsen property... since we can't declare it in PhpParser/NodeAbstract, we should add a decorator class wrapper in Reflection... that should clear up the PHPSTAN errors about "access to an undefined property ::$fqsen". |
StandardTagFactory.php
Type | Line | Description |
---|---|---|
TODO | 250 | Annotation support is planned for a later stage and as such is disabled for now |
TODO | 355 | this method should be populated once we implement Annotation notation support. |
Downloader.php
Type | Line | Description |
---|---|---|
FIXME | 251 | Multi name with getNames() |
Flex.php
Type | Line | Description |
---|---|---|
FIXME | 796 | Multi name with getNames() |
FIXME | 958 | Multi name with getNames() |
PdoSessionHandler.php
Type | Line | Description |
---|---|---|
TODO | 470 | implement missing support for oci DSN (which look totally different from other PDO ones) |
TODO | 729 | implement missing advisory locks - for oci using DBMS_LOCK.REQUEST - for sqlsrv using sp_getapplock with LockOwner = Session |
HttpCache.php
Type | Line | Description |
---|---|---|
FIXME | 199 | catch exceptions and implement a 500 error page here? -> in Varnish, there is a built-in error page mechanism |
Store.php
Type | Line | Description |
---|---|---|
TODO | 169 | the metaStore referenced an entity that doesn't exist in |