Skip to content

Commit

Permalink
Fix markdownlint-cli2 errors
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Tessarotto <zoeslam@gmail.com>
  • Loading branch information
Slamdunk committed Feb 19, 2024
1 parent f2ae01f commit 66d264a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/book/v2/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ its value.
> operations on the uploaded file. The file may be moved by one of the filters
> attached to form input, but since the request is immutable, the change will not
> be reflected in it. Therefore, after validation, always use the file
> information retrieved from `$form->getData()`, _not_ from
> information retrieved from `$form->getData()`, *not* from
> `$request->getUploadedFiles()`.
## File Post-Redirect-Get Plugin
Expand Down Expand Up @@ -327,7 +327,7 @@ documentation for more information on its supported options.
> If the file is coming in as a PSR-7 payload, the move operation will be
> performed on the passed `UploadedFileInterface` instance. Therefore, it will
> contain an expired stream and outdated target file name. After running this filter,
> _do not use_ the request object to get further details about the uploaded file;
> *do not use* the request object to get further details about the uploaded file;
> use the new instance of `UploadedFileInterface` returned from the filter
> invocation.
Expand Down
4 changes: 2 additions & 2 deletions docs/book/v3/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ its value.
> operations on the uploaded file. The file may be moved by one of the filters
> attached to form input, but since the request is immutable, the change will not
> be reflected in it. Therefore, after validation, always use the file
> information retrieved from `$form->getData()`, _not_ from
> information retrieved from `$form->getData()`, *not* from
> `$request->getUploadedFiles()`.
## File Post-Redirect-Get Plugin
Expand Down Expand Up @@ -327,7 +327,7 @@ documentation for more information on its supported options.
> If the file is coming in as a PSR-7 payload, the move operation will be
> performed on the passed `UploadedFileInterface` instance. Therefore, it will
> contain an expired stream and outdated target file name. After running this filter,
> _do not use_ the request object to get further details about the uploaded file;
> *do not use* the request object to get further details about the uploaded file;
> use the new instance of `UploadedFileInterface` returned from the filter
> invocation.
Expand Down

0 comments on commit 66d264a

Please sign in to comment.