1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Matt Brown 2020-11-23 13:14:40 -05:00 committed by Daniil Gentili
parent 62ca9f42bc
commit 401573c696
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

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;
}
}',