Toon Verwerft
Toon Verwerft
@janvernieuwe Do you remember why that check was added to the `ClientMethodAssembler`? The linked ticket in #406 doesn't seem related to the fix? It seems like we can drop the...
It has been a long time since that code was created. In an old version, it indeed checked if the class exists. Until we noticed this did not work because...
thanks @yenyasinn, Hmm good find! If it is only being used in `FluentSetterAssembler`, we should probably nuke the whole `TypeChecker` class. Can we generate the parameters like we do it...
Hello, This would be nice! Symfony provides a [RFC 7807](https://tools.ietf.org/html/rfc7807) format for violations constraints in it's serializer component: ```json { "status": 400, "type": "https:\/\/symfony.com\/errors\/validation", "title": "Validation Failed", "detail": "email: Invalid...
For what it's worth : adding `useMemo()` and `useCallback()` around pretty much every property and children resolves the issue. It would be better of this package takes better care of...
Closing this because of inactivity. Feel free to reopen if this is still a problem or if you have more information on what is causing this performance issue. Haven't been...
It is most likely related to the mix of adding the files to the CLI command and specifying exclude patterns. Can you check how this works in phpmd?
Hello @adaniloff Havent had the time to play with the provided repo, but from the grumphp file I can tell that you need to provide additional environment variables; You can...
Not sure what to do with this issue @InvisibleSmiley. What happens if you remove the parser initialization? Does it run as fast as expected? If that's the case, it is...
Ah yes, that might be the explanation! The task configuration is being built in the main process. Since you add the parser initialization to the constructor of the task, amphp...