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

CodeSmell: Add curly braces around the nested statement(s). #15

Closed
DumbergerL opened this issue Apr 20, 2021 · 1 comment
Closed

CodeSmell: Add curly braces around the nested statement(s). #15

DumbergerL opened this issue Apr 20, 2021 · 1 comment
Labels
good first issue Good for newcomers refactor Refactor code (High complexity, Code smells, ...)

Comments

@DumbergerL
Copy link
Contributor

Code:

  • CTUtil - Line 24
if (array() === $data) return false;
  • EventAgendaTest - Line 76
if (is_null($song)) continue;
@DumbergerL DumbergerL added good first issue Good for newcomers refactor Refactor code (High complexity, Code smells, ...) labels Apr 20, 2021
@DumbergerL
Copy link
Contributor Author

#46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Refactor code (High complexity, Code smells, ...)
Projects
None yet
Development

No branches or pull requests

1 participant