Markers
Table of Contents
ProductCard.php
| Type | Line | Description |
|---|---|---|
| TODO | 50 | but why? |
PimService.php
| Type | Line | Description |
|---|---|---|
| TODO | 52 | add language options |
Client.php
| Type | Line | Description |
|---|---|---|
| TODO | 436 | Add more sink validation? |
Comment.php
| Type | Line | Description |
|---|---|---|
| TODO | 200 | Rename these to include "start". |
TokenStream.php
| Type | Line | Description |
|---|---|---|
| TODO | 233 | Handle non-space indentation |
AttributeEmulator.php
| Type | Line | Description |
|---|---|---|
| TODO | 35 | return $tokens; |
PrettyPrinterAbstract.php
| Type | Line | Description |
|---|---|---|
| FIXME | 62 | This precedence is incorrect for PHP 8. |
| TODO | 581 | Add <?php properly |
| TODO | 814 | Try to preserve formatting |
| TODO | 865 | Preserve formatting. |
| TODO | 975 | Preserve formatting. |
| TODO | 998 | Support removing single node. |
| TODO | 1487 | "yield" where both key and value are inserted doesn't work |
| TODO | 1516 | 'Stmt_TryCatch->finally' => [null, false, ' ', null], |
| TODO | 1534 | These need to be treated more carefully |
| TODO | 1637 | Insertion into empty statement lists. |
| TODO | 1713 | ]; |
CallableResolver.php
| Type | Line | Description |
|---|---|---|
| TODO | 61 | with PHP 8 that should not be necessary to check this anymore |
DefinitionParameterResolver.php
| Type | Line | Description |
|---|---|---|
| TODO | 52 | optimize? |
FunctionDeclarations.php
| Type | Line | Description |
|---|---|---|
| TODO | 647 | Add check for the function declaration being namespaced! |
ErrorSuppressionTest.php
| Type | Line | Description |
|---|---|---|
| TODO | 278 | write some code. |
| TODO | 710 | write some code |
| TODO | 826 | write some code |
| TODO | 966 | write some code |
| TODO | 968 | write some code', |
| TODO | 976 | write some code |
| TODO | 978 | write some code |
| TODO | 987 | write some code |
| TODO | 989 | write some code |
| TODO | 998 | write some code |
| TODO | 1000 | write some code', |
| TODO | 1008 | write some code |
| TODO | 1010 | write some code', |
| TODO | 1018 | write some code |
| TODO | 1020 | write some code', |
| TODO | 1028 | write some code |
| TODO | 1030 | write some code', |
| TODO | 1038 | write some code |
| TODO | 1040 | write some code', |
| TODO | 1048 | write some code |
| TODO | 1050 | write some code', |
| TODO | 1058 | write some code |
| TODO | 1060 | write some code |
| TODO | 1062 | write some code |
| TODO | 1064 | write some code', |
| TODO | 1072 | write some code |
| TODO | 1074 | write some code |
| TODO | 1077 | write some code |
| TODO | 1116 | write some code |
| TODO | 1117 | write some code |
| TODO | 1230 | write some code |
| TODO | 1231 | write some code', |
| TODO | 1239 | write some code |
| TODO | 1241 | write some code', |
| TODO | 1252 | write some code', |
| TODO | 1260 | write some code |
| TODO | 1261 | write some code', |
ControlStructureSpacingSniff.php
| Type | Line | Description |
|---|---|---|
| TODO | 343 | Reporting error at empty line won't highlight it in IDE. |
| TODO | 462 | Won't cover following case: "} echo 'OK';". |
| TODO | 475 | Instead a separate error should be triggered when content comes right after closing brace. |