- 🇬🇧United Kingdom joachim
+++ b/core/modules/views/src/Plugin/views/join/JoinPluginInterface.php @@ -14,13 +17,13 @@ - * @param $select_query - * An select query object. + * @param \Drupal\Core\Database\Query\SelectInterface $select_query + * A select query object. * @param $table
IMO fixing this typo is out of scope here.
Besides, the docs need more detail -- what about the select query object? What is it here for, what does this method do with it?
- First commit to issue fork.