Skip to content

Commit eb0a350

Browse files
authored
Merge pull request #270 from gsteel/merge-3.19.x-into-3.20.x
Merge 3.19.x into 3.20.x
2 parents 075c888 + 5e96993 commit eb0a350

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: docs/book/v2/file-upload.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ its value.
243243
> operations on the uploaded file. The file may be moved by one of the filters
244244
> attached to form input, but since the request is immutable, the change will not
245245
> be reflected in it. Therefore, after validation, always use the file
246-
> information retrieved from `$form->getData()`, _not_ from
246+
> information retrieved from `$form->getData()`, *not* from
247247
> `$request->getUploadedFiles()`.
248248
249249
## File Post-Redirect-Get Plugin
@@ -327,7 +327,7 @@ documentation for more information on its supported options.
327327
> If the file is coming in as a PSR-7 payload, the move operation will be
328328
> performed on the passed `UploadedFileInterface` instance. Therefore, it will
329329
> contain an expired stream and outdated target file name. After running this filter,
330-
> _do not use_ the request object to get further details about the uploaded file;
330+
> *do not use* the request object to get further details about the uploaded file;
331331
> use the new instance of `UploadedFileInterface` returned from the filter
332332
> invocation.
333333

Diff for: docs/book/v3/file-upload.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ its value.
243243
> operations on the uploaded file. The file may be moved by one of the filters
244244
> attached to form input, but since the request is immutable, the change will not
245245
> be reflected in it. Therefore, after validation, always use the file
246-
> information retrieved from `$form->getData()`, _not_ from
246+
> information retrieved from `$form->getData()`, *not* from
247247
> `$request->getUploadedFiles()`.
248248
249249
## File Post-Redirect-Get Plugin
@@ -327,7 +327,7 @@ documentation for more information on its supported options.
327327
> If the file is coming in as a PSR-7 payload, the move operation will be
328328
> performed on the passed `UploadedFileInterface` instance. Therefore, it will
329329
> contain an expired stream and outdated target file name. After running this filter,
330-
> _do not use_ the request object to get further details about the uploaded file;
330+
> *do not use* the request object to get further details about the uploaded file;
331331
> use the new instance of `UploadedFileInterface` returned from the filter
332332
> invocation.
333333

0 commit comments

Comments
 (0)