Completed
Pull Request — master (#23677)
by Morris
09:38
created
lib/private/db/migrator.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 	private $dispatcher;
58 58
 
59 59
 	/**
60
-	 * @param \Doctrine\DBAL\Connection|Connection $connection
60
+	 * @param Connection $connection
61 61
 	 * @param ISecureRandom $random
62 62
 	 * @param IConfig $config
63 63
 	 * @param EventDispatcher $dispatcher
@@ -268,6 +268,10 @@  discard block
 block discarded – undo
268 268
 		return '/^' . preg_quote($this->config->getSystemValue('dbtableprefix', 'oc_')) . '/';
269 269
 	}
270 270
 
271
+	/**
272
+	 * @param integer $step
273
+	 * @param integer $max
274
+	 */
271 275
 	protected function emit($sql, $step, $max) {
272 276
 		if(is_null($this->dispatcher)) {
273 277
 			return;
Please login to merge, or discard this patch.