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

Adds code refactoring for develop branch. #362

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

Vedant-Gandhi
Copy link
Contributor

Changes made by the PR

  • Converts all space indentation to tab indentation wherever there are spaces at the start of line.
  • Convert conditional checks to Yoda condition wherever required.
  • Align all the variable declaration equal signs.

@Vedant-Gandhi Vedant-Gandhi marked this pull request as ready for review October 21, 2024 12:38
@@ -260,7 +260,7 @@ public function nginx_helper_default_settings() {
'enable_map' => 0,
'enable_log' => 0,
'log_level' => 'INFO',
'log_filesize' => '5',
'log_filesize' => '5',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please correct the arrow alignment.

@Vedant-Gandhi Vedant-Gandhi merged commit fbc7c4e into develop Oct 21, 2024
1 of 2 checks passed
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 this pull request may close these issues.

2 participants