| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class UnionTypeDefinition implements TypeAwareDefinitionInterface, ClassAwareDefinitionInterface |
||
| 21 | { |
||
| 22 | use TypeAwareDefinitionTrait; |
||
| 23 | use ClassAwareDefinitionTrait; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * UnionTypeDefinition constructor. |
||
| 27 | * |
||
| 28 | * @param string|null $type |
||
| 29 | */ |
||
| 30 | public function __construct(string $type = null) |
||
| 40 |