From eba5008930db21a1d9ebe85e869d264596419123 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Mon, 22 Jun 2020 19:59:00 +0200 Subject: [PATCH] Typehint Testing --- testing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing.rst b/testing.rst index cf176b27e9d..b5dc695c05e 100644 --- a/testing.rst +++ b/testing.rst @@ -393,13 +393,13 @@ returns a ``Crawler`` instance. The full signature of the ``request()`` method is:: request( - $method, - $uri, + string $method, + string $uri, array $parameters = [], array $files = [], array $server = [], - $content = null, - $changeHistory = true + string $content = null, + bool $changeHistory = true ) The ``server`` array is the raw values that you'd expect to normally