Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / Schema.php
index 80a68f6e5acc8dd4a16430a520318249aee317fb..aafe1756ba392d056d2769c82c209d53b8635a12 100644 (file)
@@ -19,6 +19,8 @@ abstract class Schema implements PlaceholderInterface {
 
   /**
    * The placeholder counter.
+   *
+   * @var int
    */
   protected $placeholder = 0;
 
@@ -30,6 +32,8 @@ abstract class Schema implements PlaceholderInterface {
    * method.
    *
    * @see DatabaseSchema::getPrefixInfo()
+   *
+   * @var string
    */
   protected $defaultSchema = 'public';