From a51c354268e24a23fef44b3e811e5280b1381979 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Sun, 2 Aug 2020 19:25:54 +0200 Subject: [PATCH] Update globals.php Typo. --- src/globals.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals.php b/src/globals.php index 7e85e9a6..87bc6c4e 100644 --- a/src/globals.php +++ b/src/globals.php @@ -44,8 +44,8 @@ function dataset(string $name, $dataset): void } /** - * The uses function adds the binds the - * given arguments to test closures. + * The uses function binds the given + * arguments to test closures. */ function uses(string ...$classAndTraits): UsesCall {