quyle92

Results 5 issues of quyle92

Hi, **Describe the bug** How can I add custom logic to standard validator? Example would be something like: `body("step").isInt({min: step + 1}); //"step" is field value.` Is it possible now?...

🐛 bug

Intelephense did not show warning when static method is not defined in the class. **Screenshots** ![image](https://user-images.githubusercontent.com/59790219/223950757-6c55937c-5099-4345-a083-016ceb75d12d.png) **Platform and version** MacOS v1.9.5

When I tried to import a class, there was a toast message saying : "Cannot read properties of null (reading 'pop')". ``` get(); $conditions = Condition::getData(); $prompts = Prompt::getData(); ```...

I building a simple demo chat app with fcm integrated for new message notification. As far as I know, in [fcm doc ](https://firebase.google.com/docs/cloud-messaging/js/receive?authuser=0#handle_messages_when_your_web_app_is_in_the_foreground) regarding `onMessage()`, it said this method get...

Hi, Thanks for create awesome plugin for PHP community. When I open a file, the code lenses indicating references always shows 0, even though there are functions in other files...

bug