Completed
Pull Request — master (#30653)
by Sujith
10:21
created
lib/private/Repair.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
 	 * Returns expensive repair steps to be run on the
160 160
 	 * command line with a special option.
161 161
 	 *
162
-	 * @return IRepairStep[]
162
+	 * @return OldGroupMembershipShares[]
163 163
 	 */
164 164
 	public static function getExpensiveRepairSteps() {
165 165
 		return [
Please login to merge, or discard this patch.
lib/private/Repair/RepairOrphanedSubshare.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 block discarded – undo
86 86
 
87 87
 	/**
88 88
 	 * This select query gives us unique parents from the table
89
-	 * @param $pageLimit
90
-	 * @param $paginationOffset
89
+	 * @param integer $pageLimit
90
+	 * @param integer $paginationOffset
91 91
 	 */
92 92
 	private function setSelectGetAllParents($pageLimit, $paginationOffset) {
93 93
 		$builder = $this->connection->getQueryBuilder();
Please login to merge, or discard this patch.