Skip to content
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

Anonymous classes casing #101

Closed
krzysztofrewak opened this issue Sep 19, 2023 · 1 comment · Fixed by #104
Closed

Anonymous classes casing #101

krzysztofrewak opened this issue Sep 19, 2023 · 1 comment · Fixed by #104

Comments

@krzysztofrewak
Copy link
Member

I would rather have:

return new class() implements CastsAttributes {

than

return new Class() implements CastsAttributes {
@krzysztofrewak
Copy link
Member Author

Baakoma added a commit that referenced this issue Sep 24, 2023
Baakoma added a commit that referenced this issue Sep 24, 2023
Baakoma added a commit that referenced this issue Sep 25, 2023
* #101 - lowercase keywords

* #101 - fix
krzysztofrewak added a commit that referenced this issue Jun 10, 2024
krzysztofrewak added a commit that referenced this issue Jun 11, 2024
* #87 - no empty lines after docblocks

* #101 - lowercased constants

* - caching and parallel running

* - dependencies hell

* - csf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant