X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FQuery.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FQuery.php;h=46c8173f4e59294de5b0ca2382795258360037fc;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=94f71a5a4e4634da80548502d529cd598e49f507;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/Query/Query.php b/web/core/lib/Drupal/Core/Database/Query/Query.php index 94f71a5a4..46c8173f4 100644 --- a/web/core/lib/Drupal/Core/Database/Query/Query.php +++ b/web/core/lib/Drupal/Core/Database/Query/Query.php @@ -48,6 +48,8 @@ abstract class Query implements PlaceholderInterface { /** * The placeholder counter. + * + * @var int */ protected $nextPlaceholder = 0;