Skip to content

Commit

Permalink
QA: Update apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 25, 2022
1 parent ab0ac44 commit 3fc206e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/php/web/Headers.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ public function parse($input) {
protected abstract function next($input, &$offset);

/**
* Returns a new parser for parameterized headers, e.g.:
* Returns a new parser for headers with multiple values
*
* `Accept-Language: en, de;q=0.8, fr;q=0.5`
* `Accept-Language: en, de`
* `Accept-Encoding: gzip, br`
*
* @param self $parse
* @return self
Expand Down

0 comments on commit 3fc206e

Please sign in to comment.