Passed
Pull Request — master (#946)
by Julius
02:30
created
lib/Collaboration/Resources/ResourceProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
 	/**
56 56
 	 * Get the type of a resource
57 57
 	 *
58
-	 * @param IResource $resource
59 58
 	 * @return string
60 59
 	 * @since 15.0.0
61 60
 	 */
Please login to merge, or discard this patch.
lib/Service/PermissionService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
 
158 158
 	/**
159 159
 	 * @param $boardId
160
-	 * @return bool
160
+	 * @return boolean|null
161 161
 	 */
162 162
 	public function userIsBoardOwner($boardId, $userId = null) {
163 163
 		if ($userId === null) {
Please login to merge, or discard this patch.