Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Database / Query / SelectInterface.php
index 6a91e727997784e5729f2cf6d5311d16c1ebeb1a..e42fcc64c20baad396f31e13295dd72a472be591 100644 (file)
@@ -95,7 +95,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
    * Note that this method must be called by reference as well:
    *
    * @code
-   * $fields =& $query->getTables();
+   * $tables =& $query->getTables();
    * @endcode
    *
    * @return