BruceGitHub

Results 4 issues of BruceGitHub

Hey bro! fantastic repo! I will prepare the report for the analyzer but while > What means when violations report a lack source-file? I reading all specifications of csp2 /...

Fixes format in Docblock classes: ClientTokenGateway and PayPalAccountGateway Actual Docblock, cause an error for static analysis like Psalm, Phpstan because the class Optional does not exist actually

triaged

This code ``` /** @test */ public function it_fails_with_bad_message(): void { \Safe\DateTime::createFromFormat('U',$this->generate_error()); } public function generate_error() { @include "non_exist_file.php"; //some soppred error return (new \DateTime())->getTimestamp().'x'; } ``` Produce this otput...

enhancement

When I set the parameter `waitTimeSeconds` for the `receiveMessage` ElasticMac returns an error ``` 'InvalidParameterValue; see the SQS docs.' ``` But I have not found any way to configure this...