From 2b68ae23991aa172992e55d59eea778c8aeac924 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 21 Jan 2021 19:23:50 +0000 Subject: [PATCH] Fixes ParallelTesting::token() return type in docs --- src/Illuminate/Support/Facades/ParallelTesting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Facades/ParallelTesting.php b/src/Illuminate/Support/Facades/ParallelTesting.php index deed8a1b6aba..641f9fe90eae 100644 --- a/src/Illuminate/Support/Facades/ParallelTesting.php +++ b/src/Illuminate/Support/Facades/ParallelTesting.php @@ -7,7 +7,7 @@ * @method static void setUpTestCase(callable $callback) * @method static void tearDownProcess(callable $callback) * @method static void tearDownTestCase(callable $callback) - * @method static string token() + * @method static int|false token() * * @see \Illuminate\Testing\ParallelTesting */