Test Failed
Pull Request — master (#125)
by Litera
08:49
created
app/components/Forms/AnnotationForm.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 	protected $meetingModel;
31 31
 
32 32
 	/**
33
-	 * @param ProvinceModel $model
34 33
 	 */
35 34
 	public function __construct(
36 35
 		AnnotationService $annotation,
Please login to merge, or discard this patch.
app/presenters/AnnotationPresenter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
63 62
 	}
64 63
 
65 64
 	/**
66
-	 * @return AnnotationFormControl
65
+	 * @return AnnotationForm
67 66
 	 */
68 67
 	protected function createComponentAnnotationForm(): AnnotationForm
69 68
 	{
Please login to merge, or discard this patch.
app/services/AnnotationService.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.