Erin
Erin
Hey there, I was looking at the implementation here as a I guide for the correct way to implement fallback in my own application. I noticed this package is using...
It would be nice to have a drop-in config for Kahlan for [PHPStan](https://github.com/phpstan/phpstan). Currently, when run over a Kahlan project, PHPStan warns about: - The DSL functions not existing. -...
I work with @jmalloc who originally wrote the `DI\env` function. We've realised recently that if you somehow end up with an environment variable set to an empty string, `DI\env` will...
Since PHP 5.6, `use function` (and `use const`) are available. Would it be possible to add support for functions in `find_use`? The rules are pretty much identical to those used...
See https://php.watch/versions/8.0/named-parameters Issues to consider: - Constructor argument names - Tests for argument name clashes - Expanding `with()` et. al. to support named arguments? - Magic calls added by traits
**Is your feature request related to a problem? Please describe.** FOSSA is currently undergoing a downtime, and our CI builds (which submit FOSSA reports) are failing with a non-specific "fatal...
The `icotool -l` command returns "incorrect total size of bitmap" for files produced by this library
I was doing some double-checking on the ICO files produced by `to-ico`. When you use [icoutils](https://www.nongnu.org/icoutils/) to list the contents of an ICO file produced by `to-ico`, you will get...