1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 01:09:38 +01:00

missing types

This commit is contained in:
orklah 2021-09-26 21:53:43 +02:00
parent 5b684309fd
commit 5777d02fed

View File

@ -9,8 +9,11 @@ use Psalm\Internal\Scanner\UnresolvedConstantComponent;
*/
class UnresolvedTernary extends UnresolvedConstantComponent
{
/** @var UnresolvedConstantComponent */
public $cond;
/** @var UnresolvedConstantComponent|null */
public $if;
/** @var UnresolvedConstantComponent */
public $else;
public function __construct(