Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / StatementInterface.php
index a97043af6243db6c56d710d9c671aba894f5ecb2..4f4248df042904dba6789d9f1649b3979eaf8bec 100644 (file)
@@ -44,7 +44,7 @@ interface StatementInterface extends \Traversable {
    *
    * @param $args
    *   An array of values with as many elements as there are bound parameters in
-   *   the SQL statement being executed.
+   *   the SQL statement being executed. This can be NULL.
    * @param $options
    *   An array of options for this query.
    *