-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraformer planet field bonus logic #412
terraformer planet field bonus logic #412
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jackbayliss,
Changes look good to me! I just have a few small whiteline nitpicks to make it a little bit cleaner and conform to the rest of the codebase. Could you take a look at these?
Other than these minor style tweaks, functionality looks to be working great. Thanks for your work on this! 🚀
@lanedirt Should hopefully now be sorted, did spot a previous test I did where I missed a whitespace after the closing brace, so sorted that too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jackbayliss,
Thanks for the refactor! In the latest diff, I noticed a duplicate blank line that still remains. Could you take a look at this?
By the way, I'll try to see if I can incorporate these style checks into the PSR/PhpStan code analysis so that the build process can automatically detect them. That should make things easier going forward.
Thanks again for your work and time 😄 !
whitespace
@lanedirt Good catch, must of missed it- I've now adjusted it. It would be ideal if we could add this into the code analysis as I guess everyone has their own style 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Not sure why the test failed! Looks to be a bit flaky, but I believe this is already in another issue? |
Yes it looks like it's the same issue as reported in #401. Have to look into fixing that one soon. 🐛 Re-running tests now. Edit: tests succeeded. Merging now 🚀 ! |
This should handle #392
Also adds a variety of tests - feel free to let me know any adjustments.