Documentation

Markers

Table of Contents

src/Relay/Relay.php 1
src/Relay/RelaySet.php 3
src/Request/Request.php 1
vendor/composer/semver/src/Constraint/MultiConstraint.php 1
vendor/fgrosse/phpasn1/lib/ASN1/Composite/RelativeDistinguishedName.php 1
vendor/fgrosse/phpasn1/lib/ASN1/TemplateParser.php 1
vendor/fgrosse/phpasn1/lib/X509/CertificateExtensions.php 1
vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php 1
vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesFixer.php 1
vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php 1
vendor/nikic/php-parser/lib/PhpParser/Comment.php 1
vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php 1
vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php 1
vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php 10
vendor/react/socket/src/StreamEncryption.php 1
vendor/simplito/bn-php/lib/BN.php 1
vendor/simplito/elliptic-php/lib/Curve/MontCurve/Point.php 1
vendor/simplito/elliptic-php/lib/EdDSA/KeyPair.php 1
vendor/simplito/elliptic-php/lib/EdDSA.php 2
vendor/simplito/elliptic-php/lib/HmacDRBG.php 1
vendor/simplito/elliptic-php/tests/ECDSATest.php 1
vendor/uma/phpecc/src/Primitives/GeneratorPoint.php 1
vendor/uma/phpecc/src/Primitives/PointInterface.php 1

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).

Search results