@@ -10,9 +10,9 @@ |
||
| 10 | 10 | interface IAnnotationFormFactory |
| 11 | 11 | { |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * @return \App\Forms\AnnotationForm |
|
| 15 | - */ |
|
| 16 | - public function create(): AnnotationForm; |
|
| 13 | + /** |
|
| 14 | + * @return \App\Forms\AnnotationForm |
|
| 15 | + */ |
|
| 16 | + public function create(): AnnotationForm; |
|
| 17 | 17 | |
| 18 | 18 | } |