Skip to content

Commit fde93f8

Browse files
committed
Update bug-13307.php
1 parent 9b938c3 commit fde93f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/DeadCode/data/bug-13307.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ class HelloWorld
1010
{
1111
public function testMethod(): string
1212
{
13-
var_dump("dd");
13+
var_dump("\Bug13307\dd");
1414

1515
return "test";
1616
}
1717

1818
public function testMethod2(): string
1919
{
20-
var_dump("DD");
20+
var_dump("\Bug13307\DD");
2121

2222
return "test";
2323
}

0 commit comments

Comments
 (0)