mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 01:09:38 +01:00
missing types
This commit is contained in:
parent
5b684309fd
commit
5777d02fed
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user