Skip to content

Commit 5e6f16b

Browse files
Revert the dummy change to trigger the workflows.
1 parent 424c010 commit 5e6f16b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

REVIEWER_RESPONSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Reviewer Responses
2+
3+
## Reply to @felixarntz
4+
5+
Thanks for the feedback! You're absolutely right - applying this filter to all responses could corrupt actual data containing a `properties` field.
6+
7+
I've updated the implementation to only sanitize OPTIONS requests that contain schema data. Regular GET/POST/etc responses are completely unaffected now.
8+
9+
---
10+
11+
## Reply to @westonruter
12+
13+
Thanks for the detailed review! I've implemented all three suggestions:
14+
15+
1. ✅ Simplified to single positive conditional check (no more multiple returns)
16+
2. ✅ Removed redundant type validation in recursive function
17+
3. ✅ Changed `new stdClass()` to `(object) array()` for consistency
18+
19+
The code is cleaner and more maintainable while preserving the same functionality.

0 commit comments

Comments
 (0)