Completed
Pull Request — master (#30643)
by Victor
15:14
created
core/Command/Db/ConvertType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
 	/**
281 281
 	 * @param Connection $fromDB
282 282
 	 * @param Connection $toDB
283
-	 * @param $app
283
+	 * @param string $app
284 284
 	 * @throws \Exception
285 285
 	 * @throws \OC\NeedsUpdateException
286 286
 	 */
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
 
411 411
 	/**
412 412
 	 * @param Table $table
413
-	 * @return mixed
413
+	 * @return string[]
414 414
 	 */
415 415
 	protected function getColumnTypes(Table $table) {
416 416
 		$tableName = $table->getName();
Please login to merge, or discard this patch.
core/Middleware/TwoFactorMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@
 block discarded – undo
109 109
 	}
110 110
 
111 111
 	/**
112
-	 * @param $controller
113
-	 * @param $methodName
112
+	 * @param Controller $controller
113
+	 * @param string $methodName
114 114
 	 * @throws TwoFactorAuthRequiredException
115 115
 	 * @throws UserAlreadyLoggedInException
116 116
 	 */
Please login to merge, or discard this patch.