Completed
Pull Request — master (#27041)
by Thomas
10:31
created
lib/private/DB/MigrationConfiguration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
 	/** @var array */
33 33
 	private $migrations;
34 34
 
35
+	/**
36
+	 * @param string $appName
37
+	 */
35 38
 	function __construct($appName, Connection $connection) {
36 39
 		$this->appName = $appName;
37 40
 		$this->connection = $connection;
Please login to merge, or discard this patch.