Skip to content

Commit

Permalink
Fixed type in UnionType
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich authored and nikic committed Sep 10, 2022
1 parent 0ef6c55 commit 2f1fd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PhpParser/Node/UnionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class UnionType extends ComplexType
{
/** @var (Identifier|Name)[] Types */
/** @var (Identifier|Name|IntersectionType)[] Types */
public $types;

/**
Expand Down

0 comments on commit 2f1fd78

Please sign in to comment.