Skip to content

Fix: Apply WordPress Coding Standards formatting#24

Merged
daimpad merged 1 commit into
mainfrom
claude/fix-data-prep-errors-kJYpl
May 17, 2026
Merged

Fix: Apply WordPress Coding Standards formatting#24
daimpad merged 1 commit into
mainfrom
claude/fix-data-prep-errors-kJYpl

Conversation

@daimpad
Copy link
Copy Markdown
Owner

@daimpad daimpad commented May 17, 2026

Summary

Fixed WordPress Coding Standards (PHPCS) violations in includes/class-fields.php by converting tabs to spaces and correcting indentation formatting. All 90 unit tests pass.

Changes

  • Converted tabs to spaces (WordPress standard requires spaces)
  • Fixed indentation and formatting to match PHPCS requirements
  • Auto-fixed array alignment warnings in test file

Verification

  • PHPCS now passes: ./vendor/bin/phpcs --standard=config/phpcs.xml
  • All 90 unit tests pass: ./vendor/bin/phpunit
  • Functionality unchanged from v2.1.4

This completes the data preparation form refactoring (v2.1.4) with proper code standards compliance.


Generated by Claude Code

…lds.php

Converted tabs to spaces and fixed indentation/formatting violations
to comply with WordPress Coding Standards.

https://claude.ai/code/session_01JB1xUQM892bVZ4Yv3MZjvq
@daimpad daimpad merged commit aa72ec4 into main May 17, 2026
10 checks passed
@daimpad daimpad deleted the claude/fix-data-prep-errors-kJYpl branch May 17, 2026 18:20
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