We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Intersection
1 parent 6920f4a commit a090198Copy full SHA for a090198
1 file changed
src/Types/Intersection.php
@@ -15,7 +15,7 @@
15
use phpDocumentor\Reflection\Type;
16
17
/**
18
- * Value Object representing a Compound Type.
+ * Value Object representing a Intersection Type.
19
*
20
* A Intersection Type is not so much a special keyword or object reference but is a series of Types that are separated
21
* using an AND operator (`&`). This combination of types signifies that whatever is associated with this Intersection
0 commit comments