benascbr
Results
2
issues of
benascbr
### What happened? 'is_true' => 6 > 9 Is reported as string, I expect it to be reported as boolean ### How to reproduce the bug https://github.com/dedoc/demo-scramble/blob/main/app/Http/Resources/BookingResource.php#L25 Add line 'is_true'...
bug
### Subject of the issue I was asked to implement test for jwt token expire for our application. Because jwt.ttl is in minutes we can't wait 1 minute in test....