File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ its value.
243
243
> operations on the uploaded file. The file may be moved by one of the filters
244
244
> attached to form input, but since the request is immutable, the change will not
245
245
> 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
247
247
> ` $request->getUploadedFiles() ` .
248
248
249
249
## File Post-Redirect-Get Plugin
@@ -327,7 +327,7 @@ documentation for more information on its supported options.
327
327
> If the file is coming in as a PSR-7 payload, the move operation will be
328
328
> performed on the passed ` UploadedFileInterface ` instance. Therefore, it will
329
329
> 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;
331
331
> use the new instance of ` UploadedFileInterface ` returned from the filter
332
332
> invocation.
333
333
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ its value.
243
243
> operations on the uploaded file. The file may be moved by one of the filters
244
244
> attached to form input, but since the request is immutable, the change will not
245
245
> 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
247
247
> ` $request->getUploadedFiles() ` .
248
248
249
249
## File Post-Redirect-Get Plugin
@@ -327,7 +327,7 @@ documentation for more information on its supported options.
327
327
> If the file is coming in as a PSR-7 payload, the move operation will be
328
328
> performed on the passed ` UploadedFileInterface ` instance. Therefore, it will
329
329
> 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;
331
331
> use the new instance of ` UploadedFileInterface ` returned from the filter
332
332
> invocation.
333
333
You can’t perform that action at this time.
0 commit comments