Skip to content

Commit 17f3a00

Browse files
committed
separate tests
1 parent 5d9d559 commit 17f3a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PHPStan/Rules/Arrays/data/bug-8985.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 Bug8985;
5+
namespace Bug8985c;
66

77
class Entity
88
{

tests/PHPStan/Rules/Methods/data/bug-8985.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 Bug8985;
5+
namespace Bug8985b;
66

77
class HelloWorld
88
{

0 commit comments

Comments
 (0)