Issue #2168321 by longwave, martin107: Several files have incorrect indentation.

8.0.x
Dries 2014-04-24 15:06:35 +02:00
parent 5c29c0b411
commit 82f25bf143
52 changed files with 252 additions and 252 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
/**
* @file
* API functions for installing modules and themes.
*/

View File

@ -205,7 +205,7 @@ function module_uninstall($module_list = array(), $uninstall_dependents = TRUE)
* @} End of "defgroup hooks".
*/
/**
/**
* @defgroup callbacks Callbacks
* @{
* Callback function signatures.

View File

@ -3,7 +3,7 @@
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator.
*/
*/
namespace Drupal\Component\Plugin\Discovery;

View File

@ -1,8 +1,8 @@
<?php
/**
* @file
* Definition of Drupal\Core\Plugin\Exception\InvalidDecoratedMethod.
*/
* @file
* Definition of Drupal\Core\Plugin\Exception\InvalidDecoratedMethod.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,13 +1,13 @@
<?php
/**
* @file
* Contains \Drupal\Core\Config\ConfigImporterException.
*/
* @file
* Contains \Drupal\Core\Config\ConfigImporterException.
*/
namespace Drupal\Core\Config;
/**
* Exception thrown when a config import fails.
*/
* Exception thrown when a config import fails.
*/
class ConfigImporterException extends ConfigException {}

View File

@ -3,7 +3,7 @@
/**
* @file
* Definition of Drupal\Core\Plugin\Discovery\AlterDiscoveryDecorator.
*/
*/
namespace Drupal\Core\Plugin\Discovery;

View File

@ -5,7 +5,7 @@
* Provides an HTTP Basic authentication provider.
*/
/**
/**
* Implements hook_help().
*/
function basic_auth_help($path, $arg) {

View File

@ -1,18 +1,18 @@
{#
/**
* @file
* Default theme implementation for a form element in config_translation.
*
* Available variables:
* - element: Array that represents the element shown in the form.
* - source: The source of the translation.
* - translation: The translation for the target language.
*
* @see template_preprocess()
* @see template_preprocess_config_translation_manage_form_element()
*
* @ingroup themeable
*/
* @file
* Default theme implementation for a form element in config_translation.
*
* Available variables:
* - element: Array that represents the element shown in the form.
* - source: The source of the translation.
* - translation: The translation for the target language.
*
* @see template_preprocess()
* @see template_preprocess_config_translation_manage_form_element()
*
* @ingroup themeable
*/
#}
<div class="clearfix translation-element-wrapper">
<div class="source">

View File

@ -38,6 +38,6 @@ function hook_image_style_flush($style) {
\Drupal::cache('mymodule')->deleteAll();
}
/**
/**
* @} End of "addtogroup hooks".
*/

View File

@ -32,7 +32,7 @@ require_once __DIR__ . '/locale.translation.inc';
* Optional, defaults to TRUE.
* @param array $context
* The batch context.
*/
*/
function locale_translation_batch_status_check($project, $langcode, $options = array(), &$context) {
$failure = $checked = FALSE;
$options += array(

View File

@ -285,8 +285,8 @@ table.system-status-report .status-title {
}
/**
* Theme display without vertical toolbar.
*/
* Theme display without vertical toolbar.
*/
@media screen and (min-width: 45em) {
body:not(.toolbar-vertical) .system-themes-list-enabled .screenshot,
body:not(.toolbar-vertical) .system-themes-list-enabled .no-screenshot {
@ -320,8 +320,8 @@ table.system-status-report .status-title {
}
/**
* Theme display with vertical toolbar.
*/
* Theme display with vertical toolbar.
*/
@media screen and (min-width: 60em) {
.toolbar-vertical .system-themes-list-enabled .screenshot,
.toolbar-vertical .system-themes-list-enabled .no-screenshot {

View File

@ -266,7 +266,7 @@ body div.tabledrag-changed-warning {
* TableSelect behavior.
*
* @see tableselect.js
*/
*/
tr.selected td {
background: #ffc;
}

View File

@ -29,7 +29,7 @@ const DRUPAL_USER_TIMEZONE_EMPTY = 1;
*/
const DRUPAL_USER_TIMEZONE_SELECT = 2;
/**
/**
* Disabled option on forms and settings
*/
const DRUPAL_DISABLED = 0;

View File

@ -263,7 +263,7 @@ function taxonomy_term_view(Term $term, $view_mode = 'full', $langcode = NULL) {
return entity_view($term, $view_mode, $langcode);
}
/**
/**
* Constructs a drupal_render() style array from an array of loaded terms.
*
* @param array $terms

View File

@ -86,7 +86,7 @@ div.password-suggestions ul {
clear: right;
}
/**
/**
* Password strength indicator on narrow viewport.
*/
@media screen and (max-width: 600px) {

View File

@ -275,19 +275,19 @@ function template_preprocess_views_view_fields(&$variables) {
}
/**
* Returns HTML for multiple views fields.
*
* @param $variables
* An associative array containing:
* - fields: An array of field objects. Each field object contains:
* - separator: A string that separates the fields.
* - wrapper_suffix: A string added to the beginning of the fields.
* - label_html: An HTML string that labels the fields.
* - content: The fields.
* - wrapper_suffix: A string added to the end of the fields.
*
* @see template_preprocess_views_view_fields()
*/
* Returns HTML for multiple views fields.
*
* @param $variables
* An associative array containing:
* - fields: An array of field objects. Each field object contains:
* - separator: A string that separates the fields.
* - wrapper_suffix: A string added to the beginning of the fields.
* - label_html: An HTML string that labels the fields.
* - content: The fields.
* - wrapper_suffix: A string added to the end of the fields.
*
* @see template_preprocess_views_view_fields()
*/
function theme_views_view_fields($variables) {
$fields = $variables['fields'];
$output = '';

View File

@ -586,7 +586,7 @@ td.group-title {
margin-top: 0;
}
/* @end */
/* @end */
/* @group Auto preview
*

View File

@ -352,7 +352,7 @@ function theme_views_ui_rearrange_filter_form(&$variables) {
* @param array $variables
* An associative array containing:
* - form: A render element representing the form.
*/
*/
function template_preprocess_views_ui_style_plugin_table(&$variables) {
$form = $variables['form'];