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 <?php
/** /**
* @file * @file
* API functions for installing modules and themes. * 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". * @} End of "defgroup hooks".
*/ */
/** /**
* @defgroup callbacks Callbacks * @defgroup callbacks Callbacks
* @{ * @{
* Callback function signatures. * Callback function signatures.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -32,7 +32,7 @@ require_once __DIR__ . '/locale.translation.inc';
* Optional, defaults to TRUE. * Optional, defaults to TRUE.
* @param array $context * @param array $context
* The batch context. * The batch context.
*/ */
function locale_translation_batch_status_check($project, $langcode, $options = array(), &$context) { function locale_translation_batch_status_check($project, $langcode, $options = array(), &$context) {
$failure = $checked = FALSE; $failure = $checked = FALSE;
$options += array( $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) { @media screen and (min-width: 45em) {
body:not(.toolbar-vertical) .system-themes-list-enabled .screenshot, body:not(.toolbar-vertical) .system-themes-list-enabled .screenshot,
body:not(.toolbar-vertical) .system-themes-list-enabled .no-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) { @media screen and (min-width: 60em) {
.toolbar-vertical .system-themes-list-enabled .screenshot, .toolbar-vertical .system-themes-list-enabled .screenshot,
.toolbar-vertical .system-themes-list-enabled .no-screenshot { .toolbar-vertical .system-themes-list-enabled .no-screenshot {

View File

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

View File

@ -29,7 +29,7 @@ const DRUPAL_USER_TIMEZONE_EMPTY = 1;
*/ */
const DRUPAL_USER_TIMEZONE_SELECT = 2; const DRUPAL_USER_TIMEZONE_SELECT = 2;
/** /**
* Disabled option on forms and settings * Disabled option on forms and settings
*/ */
const DRUPAL_DISABLED = 0; 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); return entity_view($term, $view_mode, $langcode);
} }
/** /**
* Constructs a drupal_render() style array from an array of loaded terms. * Constructs a drupal_render() style array from an array of loaded terms.
* *
* @param array $terms * @param array $terms

View File

@ -86,7 +86,7 @@ div.password-suggestions ul {
clear: right; clear: right;
} }
/** /**
* Password strength indicator on narrow viewport. * Password strength indicator on narrow viewport.
*/ */
@media screen and (max-width: 600px) { @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. * Returns HTML for multiple views fields.
* *
* @param $variables * @param $variables
* An associative array containing: * An associative array containing:
* - fields: An array of field objects. Each field object contains: * - fields: An array of field objects. Each field object contains:
* - separator: A string that separates the fields. * - separator: A string that separates the fields.
* - wrapper_suffix: A string added to the beginning of the fields. * - wrapper_suffix: A string added to the beginning of the fields.
* - label_html: An HTML string that labels the fields. * - label_html: An HTML string that labels the fields.
* - content: The fields. * - content: The fields.
* - wrapper_suffix: A string added to the end of the fields. * - wrapper_suffix: A string added to the end of the fields.
* *
* @see template_preprocess_views_view_fields() * @see template_preprocess_views_view_fields()
*/ */
function theme_views_view_fields($variables) { function theme_views_view_fields($variables) {
$fields = $variables['fields']; $fields = $variables['fields'];
$output = ''; $output = '';

View File

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

View File

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