Skip to content

Commit fe250e1

Browse files
committed
minor #13887 Typehint Testing (zairigimad)
This PR was merged into the 5.0 branch. Discussion ---------- Typehint Testing <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- eba5008 Typehint Testing
2 parents 1d4691c + eba5008 commit fe250e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,13 +399,13 @@ returns a ``Crawler`` instance.
399399
The full signature of the ``request()`` method is::
400400

401401
request(
402-
$method,
403-
$uri,
402+
string $method,
403+
string $uri,
404404
array $parameters = [],
405405
array $files = [],
406406
array $server = [],
407-
$content = null,
408-
$changeHistory = true
407+
string $content = null,
408+
bool $changeHistory = true
409409
)
410410

411411
The ``server`` array is the raw values that you'd expect to normally

0 commit comments

Comments
 (0)