Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / Query / SelectInterface.php
index 59b15d0790c1938d0766c68991d9c8edafe3b876..6a91e727997784e5729f2cf6d5311d16c1ebeb1a 100644 (file)
@@ -346,6 +346,8 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
    *   db_query('A')->rightJoin('B') is identical to
    *   db_query('B')->leftJoin('A'). This functionality has been deprecated
    *   because SQLite does not support it.
+   *
+   * @see https://www.drupal.org/node/2765249
    */
   public function rightJoin($table, $alias = NULL, $condition = NULL, $arguments = []);