Wolf Wortmann

Results 8 comments of Wolf Wortmann

@katzer bitte baldmöglichst mergen 👍

The CS Fixer pre commit hook right now runs for the complete project on my machine (which leads to many errors) instead of just running for the changed file. Is...

In my logger there are more hacks than i anticipated. `log_message('error', $e->getMessage() . ' in query: {query}', ['query' => $sql]);` does the job but is dirty. What i do in...

Would love to see that all rules support empty values (or only get called if there is a value, but this wouldn't allow to build a `required` rule...) so only...

My comment was about the ability to create a rule something like `required_if_spacial_case` where the `$value` can be `null` or a value and the rule checks if that is valid....

Would love to see this in production! Also it would help to have some PHP Docs which state clearly which return values are possible. I got two quick questions: 1....

https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control Aditionally to comitting the lock file in the repository, the composer lock should be present in the tarball, to allow developers installing their own packages without hustle.

https://github.com/twigphp/Twig/issues/3260#issuecomment-1540765585 > If the goal is to perform a test, the is defined avoids an error in all cases and returns what you'd expect: [...] > If the goal is...