Skip to content

Commit

Permalink
Adding Force Enclosure for Writer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jul 31, 2023
1 parent f88373c commit a7b8b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/9.0/interoperability/enclose-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The `EncloseField` is a PHP stream filter which forces the `Writer` class to enc

<p class="message-warning">Changing the CSV objects control characters <strong>after registering the stream filter</strong> may result in unexpected returned records.</p>

<p class="message-warning">Deprecated since version <code>9.10.0</code>. You should instead use the
<code>Writer::forceEnclosure</code> method for better results and improved DX. Please refer to
<p class="message-warning">Deprecated since version <code>9.10.0</code>. You should instead use the
<code>Writer::forceEnclosure</code> method for better results and improved DX. Please refer to
<a href="/9.0/writer/#force-enclosure">its documentation</a> for more informations.</p>

## Usage with Writer objects
Expand Down

0 comments on commit a7b8b5b

Please sign in to comment.