@@ -92,7 +92,7 @@ |
||
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) { |