diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php b/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php index 62a8378..a56ab19 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/join/Subquery.php @@ -13,7 +13,7 @@ * LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid * * Join definition: - * same as Drupal\views\Plugin\views\join\JoinPluginBase, except: + * same as \Drupal\views\Plugin\views\join\JoinPluginBase, except: * - left_query: The subquery to use in the left side of the join clause. * * @PluginID("subquery") @@ -36,7 +36,7 @@ public function __construct(array $configuration, $plugin_id, array $plugin_defi * The select query object. * @param string $table * The base table to join. - * @param @param \Drupal\views\Plugin\views\query\QueryPluginBase $view_query + * @param \Drupal\views\Plugin\views\query\QueryPluginBase $view_query * The source views query. */ public function buildJoin($select_query, $table, $view_query) {