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
parent 0efd4ebd7d
commit 14616b707a

View File

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