Skip to content

Commit

Permalink
minor #34684 [HttpFoundation] Fixed typo (thomasbisignani)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

[HttpFoundation] Fixed typo

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

3378890 [HttpFoundation] Fixed typo
  • Loading branch information
nicolas-grekas committed Nov 28, 2019
2 parents 84b5db3 + 3378890 commit 6e6ed9c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -348,7 +348,7 @@ public static function trustXSendfileTypeHeader()
}

/**
* If this is set to true, the file will be unlinked after the request is send
* If this is set to true, the file will be unlinked after the request is sent
* Note: If the X-Sendfile header is used, the deleteFileAfterSend setting will not be used.
*
* @param bool $shouldDelete
Expand Down

0 comments on commit 6e6ed9c

Please sign in to comment.