1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00

Remove bad $this

This commit is contained in:
Matthew Brown 2016-09-12 19:44:33 -04:00
parent 00065e73b9
commit 324b5ecdae

View File

@ -1172,7 +1172,7 @@ class StatementsChecker
return Type::getArray();
}
else {
var_dump('Unrecognised default property type in ' . $this->checked_file_name);
var_dump('Unrecognised default property type');
var_dump($stmt);
}
}