You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 refactor: address code review suggestions for robustness and standards compliance
- Replace manual path extraction with dirname() for better reliability
- Add CSS value sanitization to prevent syntax issues from untrusted tokens
- Use str_contains() instead of strpos() for modern PHP 8.3+
- Improve vendor theme path fallback logic with multi-level handling
- Add finally blocks to restore working directory in watch mode
- Add phpcs:ignore comment for shell_exec TTY detection
Co-authored-by: dermatz <6103201+dermatz@users.noreply.github.com>
0 commit comments