We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2238849 commit eba5008Copy full SHA for eba5008
testing.rst
@@ -393,13 +393,13 @@ returns a ``Crawler`` instance.
393
The full signature of the ``request()`` method is::
394
395
request(
396
- $method,
397
- $uri,
+ string $method,
+ string $uri,
398
array $parameters = [],
399
array $files = [],
400
array $server = [],
401
- $content = null,
402
- $changeHistory = true
+ string $content = null,
+ bool $changeHistory = true
403
)
404
405
The ``server`` array is the raw values that you'd expect to normally
0 commit comments