Skip to content

Commit 265c582

Browse files
committed
PHPStan: fixed errors
1 parent 018b355 commit 265c582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function test(string $description, Closure $closure): void
1818
*/
1919
function prepareTempDir()
2020
{
21+
/** @var array<string, bool> $dirs */
2122
static $dirs = [];
2223

2324
@mkdir(__DIR__ . '/temp/'); # @ - directory may already exist

0 commit comments

Comments
 (0)