diff -u b/core/includes/form.inc b/core/includes/form.inc --- b/core/includes/form.inc +++ b/core/includes/form.inc @@ -783,8 +783,8 @@ * automatically by the standard batch processing pipeline (and which takes * precedence over this parameter). * @param \Drupal\Core\Url $url - * (optional) URL of the batch processing page. - * Should only be used for separate scripts like update.php. + * (optional) URL of the batch processing page. Should only be used for + * separate scripts like update.php. * @param $redirect_callback * (optional) Specify a function to be called to redirect to the progressive * processing page. diff -u b/core/modules/views/src/Views.php b/core/modules/views/src/Views.php --- b/core/modules/views/src/Views.php +++ b/core/modules/views/src/Views.php @@ -283,8 +283,7 @@ * Filters the views on status. Can either be 'all' (default), 'enabled' or * 'disabled' * @param mixed $exclude_view - * View or current display to exclude - * either a + * View or current display to exclude. Either a: * - views object (containing $exclude_view->storage->name and $exclude_view->current_display) * - views name as string: e.g. my_view * - views name and display id (separated by ':'): e.g. my_view:default only in patch2: unchanged: --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -57,8 +57,6 @@ - -