Mercurial > hg > isophonics-drupal-site
diff core/lib/Drupal/Core/Database/StatementInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Database/StatementInterface.php Thu Apr 26 11:26:54 2018 +0100 +++ b/core/lib/Drupal/Core/Database/StatementInterface.php Tue Jul 10 15:07:59 2018 +0100 @@ -44,7 +44,7 @@ * * @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. *