1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Matt Brown 2020-11-23 13:14:40 -05:00
parent 25d8c6d21e
commit b14a62338e

View File

@ -107,6 +107,7 @@ class UnusedVariableManipulationTest extends FileManipulationTest
class A {
public function foo() : void {
$b = "b";
file_get_contents("foo.php");
echo $b;
}
}',