Closed ruudk closed 7 months ago
@TomasVotruba Could you approve workflow so that I can see if the CI passes?
This looks very good :+1:
I'm fixing some minor things... :)
@TomasVotruba Could you approve again (or enable this by default)?
Also, what's the best way to test the full build? When I run full build it overwrites my directory, and I have to revert it every time I want to make changes.
Or is there a way to generate a PHAR or something like that?
@TomasVotruba Could you approve again (or enable this by default)?
I think this is one of Github DX features that can't be disabled :sweat_smile: I recommend running PHPStan locally to get feedback fast:
vendor/bin/phpstan
For Rector, just run:
composer rector
And commit changes. Should be good to go :+1:
Should be good now.
Ready for review.
Fixed the typo, should be good now.
@TomasVotruba If there's anything you want me to change or improve please let me know 🙏
Looks good, thank you :pray:
Once accepted, for next PRs the CI will be triggered automatically for you (again, Github defaults :))
Thanks!! 🎉
Would be great if you could tag it.
I'll get to it this week, as I see more PRs are coming :+1:
This makes it possible to skip classes that are tagged with a specific attribute.
It also makes it possible to skip methods that have a certain attribute. This is useful, because sometimes attributes are only defined on the methods.
Fixes #10