X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FStatementInterface.php;h=4f4248df042904dba6789d9f1649b3979eaf8bec;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=a97043af6243db6c56d710d9c671aba894f5ecb2;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/StatementInterface.php b/web/core/lib/Drupal/Core/Database/StatementInterface.php index a97043af6..4f4248df0 100644 --- a/web/core/lib/Drupal/Core/Database/StatementInterface.php +++ b/web/core/lib/Drupal/Core/Database/StatementInterface.php @@ -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. *