Skip to content

Commit 9f01041

Browse files
LukasReschkeMorrisJobke
authored andcommitted
Some more invalid PHPDocs in legacy classes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 206a76f commit 9f01041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/legacy/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static public function isManipulation( $sql ) {
105105
* @param mixed $stmt OC_DB_StatementWrapper,
106106
* an array with 'sql' and optionally 'limit' and 'offset' keys
107107
* .. or a simple sql query string
108-
* @param array $parameters
108+
* @param array|null $parameters
109109
* @return OC_DB_StatementWrapper
110110
* @throws \OC\DatabaseException
111111
*/

0 commit comments

Comments
 (0)