There was an error while loading. Please reload this page.
@PER-CS2.0
@Symfony
1 parent 0f7f413 commit 9a54be4Copy full SHA for 9a54be4
Tests/Iterator/VfsIteratorTestTrait.php
@@ -29,7 +29,7 @@ protected function setUp(): void
29
30
$this->vfsScheme = 'symfony-finder-vfs-test-'.++self::$vfsNextSchemeIndex;
31
32
- $vfsWrapperClass = \get_class(new class() {
+ $vfsWrapperClass = \get_class(new class {
33
/** @var array<string, \Closure(string, 'list_dir_open'|'list_dir_rewind'|'is_dir'): (list<string>|bool)> */
34
public static array $vfsProviders = [];
35
0 commit comments