X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FStatementInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FStatementInterface.php;h=4f4248df042904dba6789d9f1649b3979eaf8bec;hp=a97043af6243db6c56d710d9c671aba894f5ecb2;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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. *