diff --git a/tests/PropertyTypeTest.php b/tests/PropertyTypeTest.php index d08e3c1ed..74219a7f6 100644 --- a/tests/PropertyTypeTest.php +++ b/tests/PropertyTypeTest.php @@ -2160,7 +2160,6 @@ class PropertyTypeTest extends TestCase } public function getBarAgain() : string { - /** @psalm-suppress RedundantCondition */ if (isset($this->bar)) { return $this->bar; }