Completed
Pull Request — master (#29107)
by Piotr
17:34 queued 07:46
created
lib/private/Group/Manager.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
 		$this->clearCaches();
125 125
 	}
126 126
 
127
+	/**
128
+	 * @param string $backendClass
129
+	 */
127 130
 	public function getBackend($backendClass) {
128 131
 		$backendClass = ltrim($backendClass, '\\');
129 132
 		return isset($this->backends[$backendClass]) ? $this->backends[$backendClass] : null;
@@ -153,7 +156,7 @@  discard block
 block discarded – undo
153 156
 	/**
154 157
 	 * @param string $gid
155 158
 	 * @param string $displayName
156
-	 * @return \OCP\IGroup
159
+	 * @return null|Group
157 160
 	 */
158 161
 	protected function getGroupObject($gid, $displayName = null) {
159 162
 		$backends = [];
Please login to merge, or discard this patch.