@@ -190,6 +190,9 @@ |
||
| 190 | 190 | return $fieldDescription; |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | + /** |
|
| 194 | + * @return string |
|
| 195 | + */ |
|
| 193 | 196 | private function getTemplate(string $type): ?string |
| 194 | 197 | { |
| 195 | 198 | if (!isset($this->templates[$type])) { |
@@ -103,6 +103,9 @@ |
||
| 103 | 103 | } |
| 104 | 104 | } |
| 105 | 105 | |
| 106 | + /** |
|
| 107 | + * @return string |
|
| 108 | + */ |
|
| 106 | 109 | private function getTemplate(string $type): ?string |
| 107 | 110 | { |
| 108 | 111 | if (!isset($this->templates[$type])) { |