Completed
Pull Request — master (#24957)
by Victor
09:27
created
lib/base.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -271,6 +271,9 @@
 block discarded – undo
271 271
 		}
272 272
 	}
273 273
 
274
+	/**
275
+	 * @param OCP\IRequest $request
276
+	 */
274 277
 	public static function checkMaintenanceMode($request) {
275 278
 		// Allow ajax update script to execute without being stopped
276 279
 		if (
Please login to merge, or discard this patch.