Issue #2755677 by Mile23: Fix 'Drupal.WhiteSpace.OpenTagNewline' coding standard

8.3.x
Alex Pott 2016-09-19 11:39:40 +01:00
parent 0ad1aaffe6
commit 7125a80096
11 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Functions that need to be loaded on every Drupal request.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Allows users to change the color scheme of themes.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Attach custom data fields to Drupal entities.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Tests\migrate\Unit\process\GetTest.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Test module setting up two tests, one for checking if the entity $langcode is

View File

@ -87,6 +87,7 @@
<rule ref="Drupal.WhiteSpace.Comma"/>
<rule ref="Drupal.WhiteSpace.ObjectOperatorIndent"/>
<rule ref="Drupal.WhiteSpace.ObjectOperatorSpacing"/>
<rule ref="Drupal.WhiteSpace.OpenTagNewline"/>
<rule ref="Drupal.WhiteSpace.OperatorSpacing"/>
<rule ref="Drupal.WhiteSpace.ScopeIndent"/>

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Install, update and uninstall functions for the minimal installation profile.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Install, update and uninstall functions for the standard installation profile.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Enables modules and site configuration for a standard site installation.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Tests\Component\Assertion\InspectorTest.

View File

@ -1,4 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Tests\Core\Mail\MailManagerTest.