Andreas Möller

Results 93 comments of Andreas Möller

Also take a look at [`.php_cs`](https://github.com/beberlei/assert/blob/master/.php_cs).

Perhaps you can find some inspiration here: https://github.com/ergebnis/composer-normalize/blob/2.13.2/.github/workflows/release.yaml

Any new on this one? To be honest, it's a bit annoying - the recommended installation method is as PHAR, but specifying the configuration file when using the PHAR does...

Here's a good workaround: ```diff -$ tools/composer-require-checker check --config-file=composer-require-checker.json +$ tools/composer-require-checker check --config-file=$(pwd)/composer-require-checker.json ``` If you want to use this in a `Makefile`, pass it through shell: ```diff -$ tools/composer-require-checker...

I can confirm that this doesn't work for collections. Can we help?

See https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.6.0/doc/rules/function_notation/phpdoc_to_return_type.rst!

See https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.6.0/doc/rules/phpdoc/no_superfluous_phpdoc_tags.rst!

@Stilch Quick note, they are called type and return type declarations, see https://www.php.net/manual/en/language.types.declarations.php.