Fabien Villepinte

Results 13 issues of Fabien Villepinte

Related to #72. I removed the unused variable `$index` as proposed, but didn't apply the other changes because they would cause regressions. That's why I've also added some tests to...

All classes inheriting from MutatorAbstract already have the _getMutation()_ method but it is not properly declared.

This is a follow-up on #3187 and https://github.com/phpDocumentor/ReflectionDocBlock/pull/332.

Since [Composer 2.4.0](https://github.com/composer/composer/releases/tag/2.4.0), a new `--strict-psr` flag has been added to `dump-autoload` to check for PSR violations. Here the result for churn-php: ```sh # composer dump-autoload --optimize --strict-psr Generating optimized...

enhancement
CI

Hi, What do you think about adding a spellchecker to the CI? I don't have any experience with these tools in this particular context yet, but [TypoCI/spellcheck-action](https://github.com/TypoCI/spellcheck-action) was pretty easy...

- Larastan Version: 2.5.1 - `--level` used: 6 - Pull request with failing test: https://github.com/nunomaduro/larastan/pull/1593 - Reproducer: https://github.com/villfa/repro-larastan-factory-mixin ### Description I work on a project where some macros are added...

bug

`composer dump-autoload --optimize --strict-psr --no-scripts` failed with this message: ``` Class Acme\Bar located in ./tests/Unit/Assets/Bar.php does not comply with psr-4 autoloading standard (rule: Churn\Tests\ => ./tests). Skipping. Class Acme\Baz located...