Skip to content

Commit eba5008

Browse files
authored
Typehint Testing
1 parent 2238849 commit eba5008

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
@@ -393,13 +393,13 @@ returns a ``Crawler`` instance.
393393
The full signature of the ``request()`` method is::
394394

395395
request(
396-
$method,
397-
$uri,
396+
string $method,
397+
string $uri,
398398
array $parameters = [],
399399
array $files = [],
400400
array $server = [],
401-
$content = null,
402-
$changeHistory = true
401+
string $content = null,
402+
bool $changeHistory = true
403403
)
404404

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

0 commit comments

Comments
 (0)