Update globals.php

Typo.
This commit is contained in:
Alex Martin
2020-08-02 19:25:54 +02:00
committed by GitHub
parent 19ce733207
commit a51c354268

View File

@ -44,8 +44,8 @@ function dataset(string $name, $dataset): void
} }
/** /**
* The uses function adds the binds the * The uses function binds the given
* given arguments to test closures. * arguments to test closures.
*/ */
function uses(string ...$classAndTraits): UsesCall function uses(string ...$classAndTraits): UsesCall
{ {