Completed
Pull Request — stable8.2 (#26410)
by Thomas
61:27
created
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.