Completed
Pull Request — stable8.2 (#26410)
by Thomas
38:55
created
lib/private/db/mdb2schemamanager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 	/**
50 50
 	 * saves database scheme to xml file
51 51
 	 * @param string $file name of file
52
-	 * @param int|string $mode
53 52
 	 * @return bool
54 53
 	 *
55 54
 	 * TODO: write more documentation
Please login to merge, or discard this patch.
tests/lib/connector/sabre/requesttest/auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 	 * Checks if output formatter has style with specified name.
72 72
 	 *
73 73
 	 * @param string $name
74
-	 * @return bool
74
+	 * @return boolean|null
75 75
 	 */
76 76
 	public function hasStyle($name) {
77 77
 		$this->formatter->hasStyle($name);
Please login to merge, or discard this patch.
apps/user_ldap/lib/mapping/abstractmapping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	/**
93 93
 	 * Performs a DELETE or UPDATE query to the database.
94 94
 	 * @param \Doctrine\DBAL\Driver\Statement $query
95
-	 * @param array $parameters
95
+	 * @param string[] $parameters
96 96
 	 * @return bool true if at least one row was modified, false otherwise
97 97
 	 */
98 98
 	protected function modify($query, $parameters) {
Please login to merge, or discard this patch.