Skip to content

Commit 22d2371

Browse files
committed
Fix namespace
1 parent dde6857 commit 22d2371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PHPStan/Analyser/nsrt/fgetcsv-php7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types = 1);
44

5-
namespace TestFGetCsv;
5+
namespace TestFGetCsvPhp7;
66

77
use function PHPStan\Testing\assertType;
88

tests/PHPStan/Analyser/nsrt/fgetcsv-php8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types = 1);
44

5-
namespace TestFGetCsv;
5+
namespace TestFGetCsvPhp8;
66

77
use function PHPStan\Testing\assertType;
88

0 commit comments

Comments
 (0)