@@ -30,7 +30,6 @@ |
||
| 30 | 30 | protected $meetingModel; |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param ProvinceModel $model |
|
| 34 | 33 | */ |
| 35 | 34 | public function __construct( |
| 36 | 35 | AnnotationService $annotation, |
@@ -45,7 +45,6 @@ discard block |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | - * @param string $id |
|
| 49 | 48 | * @param string $type |
| 50 | 49 | */ |
| 51 | 50 | public function renderEdit(string $guid, string $type) |
@@ -63,7 +62,7 @@ discard block |
||
| 63 | 62 | } |
| 64 | 63 | |
| 65 | 64 | /** |
| 66 | - * @return AnnotationFormControl |
|
| 65 | + * @return AnnotationForm |
|
| 67 | 66 | */ |
| 68 | 67 | protected function createComponentAnnotationForm(): AnnotationForm |
| 69 | 68 | { |
@@ -31,9 +31,8 @@ discard block |
||
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | - * @param string $id |
|
| 35 | 34 | * @param string $type |
| 36 | - * @return Row |
|
| 35 | + * @return ActiveRow |
|
| 37 | 36 | */ |
| 38 | 37 | public function findByType(string $guid, string $type) |
| 39 | 38 | { |
@@ -58,7 +57,7 @@ discard block |
||
| 58 | 57 | /** |
| 59 | 58 | * @param string $type |
| 60 | 59 | * @param ArrayHash $annotation |
| 61 | - * @return Row |
|
| 60 | + * @return integer|null |
|
| 62 | 61 | */ |
| 63 | 62 | public function updateByType(string $type, ArrayHash $annotation) |
| 64 | 63 | { |