X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FStatementInterface.php;h=4f4248df042904dba6789d9f1649b3979eaf8bec;hb=refs%2Fheads%2Fd864;hp=a34bf617fabb159d6d1fb858e07290eae4904782;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/StatementInterface.php b/web/core/lib/Drupal/Core/Database/StatementInterface.php index a34bf617f..4f4248df0 100644 --- a/web/core/lib/Drupal/Core/Database/StatementInterface.php +++ b/web/core/lib/Drupal/Core/Database/StatementInterface.php @@ -37,14 +37,14 @@ interface StatementInterface extends \Traversable { * "the access type must be omitted" if it is protected; i.e., conflicting * statements). The access type has to be protected. */ - //protected function __construct(Connection $dbh); + // protected function __construct(Connection $dbh); /** * Executes a prepared statement * * @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. *