- PHP foreach 참조(&)와 ?? 연산자 조합 시 임시 복사본이 생성되어 원본 배열 수정 불가 - `$category['subItems'] ?? []` → `empty() + continue` + `$category['subItems']` 로 변경 - 토글 API가 항상 is_completed: true 반환하던 문제 해결 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>