| Conditions | 8 |
| Paths | 96 |
| Total Lines | 19 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1); |
||
| 64 | return $this->enum; |
||
| 65 | } |
||
| 66 | |||
| 67 | /** |
||
| 68 | * @return string|null |
||
| 69 | */ |
||
| 70 | public function getPattern() |
||
| 71 | { |
||
| 72 | return $this->pattern; |
||
| 73 | } |
||
| 74 | |||
| 75 | /** |
||
| 76 | * @return string|null |
||
| 77 | */ |
||
| 78 | public function getCollectionFormat() |
||
| 79 | { |
||
| 80 | return $this->collectionFormat; |
||
| 81 | } |
||
| 82 | |||
| 83 | /** |
||
| 125 |