Skip to content

Commit

Permalink
bugfix method signature documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 17, 2017
1 parent 4cbda74 commit a93ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.0/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Query implements ComponentInterface, \Countable, \IteratorAggregate
public static function createFromParams(iterable $params, string $separator = '&'): self
public static function extract(string $query, string $separator = '&', int $enc_type = self::RFC3986_ENCODING): array
public static function parse(string $query, string $separator = '&', int $enc_type = self::RFC3986_ENCODING): array
public function __construct(?string $content = null): void
public function __construct(?string $content = null, string $separator = '&'): void
public function append(string $query): self
public function getPair(string $name, mixed $default = null): mixed
public function getPairs(void): array
Expand Down

0 comments on commit a93ae03

Please sign in to comment.