-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Sync clock #845
Comments
To pull the discussion out of the PR: The implicit(*) object to string conversion
I'd prefer having a DocBlock above Opinions? @tomasnorre @homersimpsons (*) Implicit here means: PHPUnit does the conversion instead of us, so it is invisible for students. |
I'm perfectly fine with this. I should not forget we are in a learning scenario. |
I agree that we should not let the PHP's implicit cast to string. If we want to keep it I prefer to go with an explicit cast I'm fine with going more in depth (or repeating the source comment) in the |
Thanks everyone for opinions. So we go with @tomasnorre Would you be so kind to update the PR? |
bin/configlet sync -u -e clock --yes --docs --filepaths --metadata --tests include
(updates the Markdown files and maybetests.toml
)uuid
/@testdox
in DocBlocks)Do not redesign the student's interface or add test cases that would invalidate existing community solutions. These are extra tasks, which should be discussed in advance.
The text was updated successfully, but these errors were encountered: