chore: script.php uses spaces instead of tabs #102

Closed
opened 2026-05-22 03:30:33 +00:00 by jmiller · 1 comment
Owner

Description

Per CLAUDE.md and .editorconfig, all PHP files must use tabs for indentation. script.php uses 4-space indentation throughout while other PHP files (MokoJoomTOS.php, mokojoomtos.php) correctly use tabs.

Files

  • src/script.php - entire file needs reindentation
## Description Per CLAUDE.md and .editorconfig, all PHP files must use tabs for indentation. `script.php` uses 4-space indentation throughout while other PHP files (`MokoJoomTOS.php`, `mokojoomtos.php`) correctly use tabs. ## Files - `src/script.php` - entire file needs reindentation
jmiller added the priority: lowcode-quality labels 2026-05-22 03:30:33 +00:00
Author
Owner

Testing Steps -- script.php tabs indentation

Verify

  1. Open src/script.php
  2. Check indentation uses tabs (not spaces)
  3. Run: grep -P '^ {4}' src/script.php -- should return no results

Pass criteria

  • All indentation uses tabs
  • No 4-space indentation patterns remain
## Testing Steps -- script.php tabs indentation ### Verify 1. Open `src/script.php` 2. Check indentation uses tabs (not spaces) 3. Run: `grep -P '^ {4}' src/script.php` -- should return no results ### Pass criteria - [ ] All indentation uses tabs - [ ] No 4-space indentation patterns remain
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomTOS#102