# RedundantPropertyInitializationCheck Emitted when checking `isset()` on a non-nullable property. This issue indicate a redundant check for projects that initialize their properties in constructor. ```php bar)) { return $this->bar; } return "hello"; } } ```