Matías Pino
Matías Pino
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes I'm looking to add phpinsights to my CI/CD process to have visibility...
When encountering a build issue, I want to log an error instead of throwing an exception because the rest of the tree is still usable. The default handler checks if...
I think the project will benefit from using constants instead of magic strings when declaring options. This will allow flexibility when renaming options internally in the future, as well as...