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

PHPCS, GitHub Workflow, fixes and cleanup #13

Merged
merged 4 commits into from
Oct 5, 2021

Conversation

ivuorinen
Copy link
Contributor

Added

  • Added our CodeSniffer rules and did PHPCS Fixes
  • Added GitHub Workflow to Check for problems
  • Added .editorconfig to help with codestyle
  • Added defined( 'WP_ENV' ) checks

Changed

  • Reordered $classes alphabetically
  • Fixed some typoes, phpdocs
  • Dropped minimum stability, now using stable versions

- Added our CodeSniffer rules and did PHPCS Fixes
- Reordered $classes alphabetically
- Added defined( 'WP_ENV' ) checks
- Fixed some typoes, phpdocs
- Added GitHub Workflow to Check for problems
- Added .editorconfig to help with codestyle
- Dropped minimum stability, now using stable versions
The identifier 'composer-cache' may not be used more than once within the same scope.
As of writing, PHP 7.3 receives Security Updates for just 2 months.

https://www.php.net/supported-versions.php
@ivuorinen ivuorinen merged commit 72f0c49 into master Oct 5, 2021
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