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

Feat: Add phpcs fixes and Update composer.json and vendor files #147

Merged
merged 7 commits into from
Feb 14, 2023

Conversation

hbhalodia
Copy link

  • Add PHPCS fixes.
  • Updated composer.json files and vendor changes
  • [do-not-scan]

thelovekesh and others added 7 commits February 14, 2023 18:37
* Fix: phpcs errors

1. Blank line after function.
2. Ignore WordPress.NamingConventions.ValidHookName.UseUnderscores because of backward compatibility

* Fix: phpcs error for equal sign alignment

* Fix: phpcs errors

1. Spacing and equal line alignement issue.
2. Ignore object param and return type because assuming php greater than 7.1 also requrires php 7.4 as plugin description.
3. Change CamelCase to snake_case variables.

* Fix: phpcs error for file /tests/bootstrap.php for spacing issue

* Fix: phpcs errors

1. Spacing and alignment issue.
2. Naming convention
3. Multiline array comma issue

* Fix issue added by bot for undefined variable

* Exclude hook name validation rule instead ignoring

* Update unit tests workflow

* Add slah before wp_json_encode function

* Revert json encode change
@hbhalodia hbhalodia marked this pull request as ready for review February 14, 2023 13:25
@hbhalodia hbhalodia merged commit cb59085 into develop Feb 14, 2023
@hbhalodia hbhalodia deleted the feat/add-phpcs-new-changes branch February 14, 2023 13:25
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