diff --git a/docroot/core/modules/views/src/Plugin/views/join/JoinPluginBase.php b/docroot/core/modules/views/src/Plugin/views/join/JoinPluginBase.php index 86e3c30..7564fce 100644 --- a/docroot/core/modules/views/src/Plugin/views/join/JoinPluginBase.php +++ b/docroot/core/modules/views/src/Plugin/views/join/JoinPluginBase.php @@ -328,13 +328,13 @@ protected function joinAddExtra(&$arguments, &$condition, $table, SelectInterfac * The right table. * @param $select_query * The current select query being built. - * @param $left_table + * @param $left * The left table. * * @return string * The extra condition */ - protected function buildExtra($info, &$arguments, $table, SelectInterface $select_query, $left_table) { + protected function buildExtra($info, &$arguments, $table, SelectInterface $select_query, $left) { // Do not require 'value' to be set; allow for field syntax instead. $info += array( 'value' => NULL, -- 2.7.4 (Apple Git-66)