Skip to content

Commit fa694a0

Browse files
kevinirlenfabpot
authored andcommitted
[HttpFoundation] A more precise comment for HeaderUtils::split method.
1 parent 0c89120 commit fa694a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/HeaderUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private function __construct()
3434
* Example:
3535
*
3636
* HeaderUtils::split('da, en-gb;q=0.8', ',;')
37-
* // => ['da'], ['en-gb', 'q=0.8']]
37+
* # returns [['da'], ['en-gb', 'q=0.8']]
3838
*
3939
* @param string $separators List of characters to split on, ordered by
4040
* precedence, e.g. ',', ';=', or ',;='

0 commit comments

Comments
 (0)