| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class InterfaceModel implements InterfaceModelInterface |
||
| 24 | { |
||
| 25 | use NameTrait; |
||
| 26 | use NodeTrait; |
||
| 27 | use ClassLikeTrait; |
||
| 28 | use DocumentationTrait; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * InterfaceModel constructor. |
||
| 32 | */ |
||
| 33 | public function __construct() |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return ConstructorAnnotation|null The constructor annotation, null if none. |
||
| 41 | */ |
||
| 42 | public function getConstructorAnnotation(): ?ConstructorAnnotation |
||
| 53 |