Skip to content

Commit a090198

Browse files
committed
Fix description for Intersection
1 parent 6920f4a commit a090198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Types/Intersection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use phpDocumentor\Reflection\Type;
1616

1717
/**
18-
* Value Object representing a Compound Type.
18+
* Value Object representing a Intersection Type.
1919
*
2020
* A Intersection Type is not so much a special keyword or object reference but is a series of Types that are separated
2121
* using an AND operator (`&`). This combination of types signifies that whatever is associated with this Intersection

0 commit comments

Comments
 (0)