Jáchym Toušek
Jáchym Toušek
I'd like to start using Attributes but it seems the documentation for ReflectionAttribute and related methods is unfinished. For instance [ReflectionClass::getAttributes()](https://www.php.net/manual/en/reflectionclass.getattributes.php) has a flags parameter with unknown purpose and values....
Hi, sometimes I wand to update just phpstan, cs fixer, their various plugins and similar tools. Manually listing all the packages I want to update is getting quite difficult because...
I'd like to use PHP configuration instead of YAML. It's possible to transform everything using this [tool](https://github.com/symplify/config-transformer). However when I did that the "Navigate to definition" icon no longer works....
### Problem Statement Currently `ignore_transactions` option is useless for anything but the most simplest cases such as `GET /health`. Any URLs with a variable somewhere in the path (typically an...
## Summary I successfully set up Sentry for my project and can see the errors there including stack traces. However while for my own code I can click and show...
Attempting to fix https://github.com/phpstan/phpstan/issues/9248 Should this be bleeding-edge only error for now?
You have examples on how to extract a password encrypted archive in the readme. But I couldn't find a code sample on how to specify a password when creating a...
# Bug report The code snippet reports an error about missing return but there doesn't need to be one when yield is used. Doesn't matter that the yield is inside...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no Recently I...
I need to deserialize a json into a class. It works fine but I noticed that when I add a field to the json that does not exist on the...