mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-29 20:19:08 +01:00
02a9ac7cd5
I just ran across a case where I added an argument to a test method and forgot to give it a default value, and this made all previous arguments with defaults non-optional. The phrasing here confused me because I could clearly see that the argument it was complaining about had a default value, and it took me a while to find the actual issue that I forgot to add a default value to the new argument. |
||
---|---|---|
.github/workflows | ||
src | ||
stubs | ||
tests | ||
.gitattributes | ||
.gitignore | ||
codeception.yml | ||
composer.json | ||
phpcs.xml.dist | ||
psalm.xml.dist | ||
README.md |