Skip to content

Commit 2bef36c

Browse files
authored
Fixes ParallelTesting::token() return type in docs (#35985)
1 parent eaf1ab7 commit 2bef36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/ParallelTesting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @method static void setUpTestCase(callable $callback)
88
* @method static void tearDownProcess(callable $callback)
99
* @method static void tearDownTestCase(callable $callback)
10-
* @method static string token()
10+
* @method static int|false token()
1111
*
1212
* @see \Illuminate\Testing\ParallelTesting
1313
*/

0 commit comments

Comments
 (0)