minor #29013 [HTTP Foundtation] Fix useless space in docblock (ismail1432)

This PR was merged into the 2.8 branch.

Discussion
----------

[HTTP Foundtation] Fix useless space in docblock

I Just removed a useless space in PHP Doc, I don't know if target the 2.8 branch is enough to others SF versions

Commits
-------

6ba75734d6 fix useless space in docblock
This commit is contained in:
Nicolas Grekas 2018-10-29 12:11:57 +01:00
commit 9075d2e64e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class AcceptHeaderItem
}
/**
* Returns header value's string representation.
* Returns header value's string representation.
*
* @return string
*/