1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Remove unset thing

This commit is contained in:
Matt Brown 2020-11-29 09:38:58 -05:00 committed by Daniil Gentili
parent 27c303ee39
commit a3cf052314
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -2160,7 +2160,6 @@ class PropertyTypeTest extends TestCase
}
public function getBarAgain() : string {
/** @psalm-suppress RedundantCondition */
if (isset($this->bar)) {
return $this->bar;
}