Skip to content

Commit 9dda270

Browse files
committed
fix: Add blank line before code block for markdown lint
1 parent 9d7167d commit 9dda270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/en/controllers/request-response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ $newResponse = $response->withStreamOptions(['root' => 'articles']);
924924

925925
2. **Mid-stream error marker**: If item N (where N > 1) fails to encode, an error
926926
marker is output to maintain valid JSON structure:
927+
927928
```json
928929
[{"id":1},{"__streamError":{"message":"Type is not supported","index":1}}]
929930
```

0 commit comments

Comments
 (0)