Completed
Push — master ( 397c2e...5232e6 )
by
unknown
02:26
created
lib/Service/CirclesService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 	 * Create circle using this->userId as owner
68 68
 	 *
69 69
 	 * @param $type
70
-	 * @param $name
70
+	 * @param string $name
71 71
 	 *
72 72
 	 * @return Circle
73 73
 	 * @throws CircleTypeDisabledException
Please login to merge, or discard this patch.
lib/Service/MembersService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 	/**
86 86
 	 * @param $circleId
87
-	 * @param $name
87
+	 * @param string $name
88 88
 	 *
89 89
 	 * @return array
90 90
 	 * @throws CircleDoesNotExistException
Please login to merge, or discard this patch.