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:
parent
0efd4ebd7d
commit
14616b707a
@ -2160,7 +2160,6 @@ class PropertyTypeTest extends TestCase
|
||||
}
|
||||
|
||||
public function getBarAgain() : string {
|
||||
/** @psalm-suppress RedundantCondition */
|
||||
if (isset($this->bar)) {
|
||||
return $this->bar;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user