diff -u b/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php b/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php --- b/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php +++ b/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php @@ -1158,11 +1158,11 @@ * @param array $options * An array whose keys are the name of each option and whose values are the * desired values to set. - * @param \Drupal\views\Plugin\views\display\DisplayPluginBase $display + * @param \Drupal\views\View\plugin\display\DisplayPluginBase $display * The display handler which the options will be applied to. The default * display will actually be assigned the options (and this display will * inherit them) when possible. - * @param \Drupal\views\plugin\views\display\DisplayPluginBase $default_display + * @param \Drupal\views\View\plugin\display\DisplayPluginBase $default_display * The default display handler, which will store the options when possible. */ protected function setDefaultOptions($options, DisplayPluginBase $display, DisplayPluginBase $default_display) { @@ -1194,11 +1194,11 @@ * @param array $options * An array whose keys are the name of each option and whose values are the * desired values to set. - * @param \Drupal\views\plugin\Views\display\DisplayPluginBase $display + * @param \Drupal\views\View\plugin\display\DisplayPluginBase $display * The display handler which the options will be applied to. The default * display will actually be assigned the options (and this display will * inherit them) when possible. - * @param \Drupal\views\plugin\Views\display\DisplayPluginBase $default_display + * @param \Drupal\views\View\plugin\display\DisplayPluginBase $default_display * The default display handler, which will store the options when possible. */ protected function setOverrideOptions(array $options, DisplayPluginBase $display, DisplayPluginBase $default_display) {