PrinsFrank

Results 18 issues of PrinsFrank

### Bug report When a variable is assigned in each arm of a match statement, it will still be reported as "Variable $foo might not be defined". The code can...

bug

Fixes https://github.com/composer/composer/issues/11957 To get warnings about missing namespaces or non-common namespaces in Composer when running with --strict-psr, classes shouldn't be skipped before checking their namespace if they don't have a...

### Describe the feature you'd like to add to nginx As far as I can see in the documentation, the option to clean up temporary files only exists for directive...

feature

Add ability to delete cache to support incremental caches. I couldn't find the public API documentation for these endpoints, can anyone link me them? It seems only the delete endpoint...

There is currently not a way to nicely handle all exceptions in closures: ``` $schedule->run(fn => throw new Exception()) ``` The closure will be serialized and run in a seperate...

It would be nice to be able to configure a bootstrap file to be included for all crunz command runs so it doesn't have to be included in all closures...