Markers
Table of Contents
Relay.php
Type | Line | Description |
---|---|---|
TODO | 55 | validate this URL which has to start with a prefix ws:// or wss://. |
RelaySet.php
Type | Line | Description |
---|---|---|
TODO | 64 | Implement removeRelay() method. |
TODO | 91 | Implement connect() method. |
TODO | 100 | Implement disconnect() method. |
Request.php
Type | Line | Description |
---|---|---|
TODO | 51 | work out a nice solution with different RelayResponses. |
MultiConstraint.php
Type | Line | Description |
---|---|---|
TODO | 295 | Here's the place to put more optimizations |
RelativeDistinguishedName.php
Type | Line | Description |
---|---|---|
TODO | 25 | This does only support one element in the RelativeDistinguishedName Set but it it is defined as follows: |
TemplateParser.php
Type | Line | Description |
---|---|---|
TODO | 27 | test with invalid data |
CertificateExtensions.php
Type | Line | Description |
---|---|---|
FIXME | 67 | wrong offset index |
AbstractPhpdocTypesFixer.php
Type | Line | Description |
---|---|---|
TODO | 111 | TypeExpression should be immutable and walkTypes method should be changed to mapTypes method |
PhpdocTypesFixer.php
Type | Line | Description |
---|---|---|
TODO | 148 | parse them as inner types and this will be not needed then |
PhpUnitTestAnnotationFixer.php
Type | Line | Description |
---|---|---|
TODO | 316 | check whether it's doable to use \PhpCsFixer\DocBlock\DocBlock::getSingleLineDocBlockEntry instead |
Comment.php
Type | Line | Description |
---|---|---|
TODO | 198 | 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 |
---|---|---|
TODO | 549 | Add <?php properly |
TODO | 780 | Try to preserve formatting |
TODO | 831 | Preserve formatting. |
TODO | 941 | Preserve formatting. |
TODO | 964 | Support removing single node. |
TODO | 1428 | "yield" where both key and value are inserted doesn't work |
TODO | 1457 | 'Stmt_TryCatch->finally' => [null, false, ' ', null], |
TODO | 1475 | These need to be treated more carefully |
TODO | 1572 | Insertion into empty statement lists. |
TODO | 1646 | ]; |
StreamEncryption.php
Type | Line | Description |
---|---|---|
TODO | 66 | add write() event to make sure we're not sending any excessive data |
BN.php
Type | Line | Description |
---|---|---|
TODO | 144 | toTwos, fromTwos |
Point.php
Type | Line | Description |
---|---|---|
TODO | 117 | Maybe it is faster to use toString(2)? |
KeyPair.php
Type | Line | Description |
---|---|---|
TODO | 95 | !!! |
EdDSA.php
Type | Line | Description |
---|---|---|
TODO | 25 | !!! |
TODO | 65 | refactor when hash-php is ready |
HmacDRBG.php
Type | Line | Description |
---|---|---|
TODO | 97 | reseed() |
ECDSATest.php
Type | Line | Description |
---|---|---|
TODO | 184 | Implement RFC6979 vectors test |
GeneratorPoint.php
Type | Line | Description |
---|---|---|
TODO | 52 | Check if really necessary here (only used for testing in lib) |
PointInterface.php
Type | Line | Description |
---|---|---|
TODO | 41 | Fix LSP break (possibly derive an extra interface, FinitePointInterface from current one, and move coordinate-related ops to sub-interface). |