diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 7536a17..d44f477 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -485,7 +485,7 @@ public function save() { */ public function setArguments(array $args) { // The array keys of the arguments will be incorrect if set by - // views_embed_view() or preview(). + // views_embed_view() or \Drupal\views\ViewExecutable:preview(). $this->args = array_values($args); }