mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix test
This commit is contained in:
parent
62ca9f42bc
commit
401573c696
@ -107,6 +107,7 @@ class UnusedVariableManipulationTest extends FileManipulationTest
|
||||
class A {
|
||||
public function foo() : void {
|
||||
$b = "b";
|
||||
file_get_contents("foo.php");
|
||||
echo $b;
|
||||
}
|
||||
}',
|
||||
|
Loading…
Reference in New Issue
Block a user