- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
Changed Test Email command to use owner email set in env instead of using mysql query to pluck email using hardcoded default owner user ID.
This is needed incase a tracker decides to change owners. They can easily change the owner info in env file and test emails will just work.