We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018b355 commit 265c582Copy full SHA for 265c582
tests/bootstrap.php
@@ -18,6 +18,7 @@ function test(string $description, Closure $closure): void
18
*/
19
function prepareTempDir()
20
{
21
+ /** @var array<string, bool> $dirs */
22
static $dirs = [];
23
24
@mkdir(__DIR__ . '/temp/'); # @ - directory may already exist
0 commit comments