diff core/lib/Drupal/Core/Database/StatementPrefetch.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Database/StatementPrefetch.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/lib/Drupal/Core/Database/StatementPrefetch.php	Tue Jul 10 15:07:59 2018 +0100
@@ -214,8 +214,8 @@
    *
    * @param $query
    *   The query.
-   * @param array $args
-   *   An array of arguments.
+   * @param array|null $args
+   *   An array of arguments. This can be NULL.
    * @return \PDOStatement
    *   A PDOStatement object.
    */