Issue #2755677 by Mile23: Fix 'Drupal.WhiteSpace.OpenTagNewline' coding standard
parent
0ad1aaffe6
commit
7125a80096
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Functions that need to be loaded on every Drupal request.
|
* Functions that need to be loaded on every Drupal request.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Allows users to change the color scheme of themes.
|
* Allows users to change the color scheme of themes.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Attach custom data fields to Drupal entities.
|
* Attach custom data fields to Drupal entities.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains \Drupal\Tests\migrate\Unit\process\GetTest.
|
* Contains \Drupal\Tests\migrate\Unit\process\GetTest.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Test module setting up two tests, one for checking if the entity $langcode is
|
* Test module setting up two tests, one for checking if the entity $langcode is
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
<rule ref="Drupal.WhiteSpace.Comma"/>
|
<rule ref="Drupal.WhiteSpace.Comma"/>
|
||||||
<rule ref="Drupal.WhiteSpace.ObjectOperatorIndent"/>
|
<rule ref="Drupal.WhiteSpace.ObjectOperatorIndent"/>
|
||||||
<rule ref="Drupal.WhiteSpace.ObjectOperatorSpacing"/>
|
<rule ref="Drupal.WhiteSpace.ObjectOperatorSpacing"/>
|
||||||
|
<rule ref="Drupal.WhiteSpace.OpenTagNewline"/>
|
||||||
<rule ref="Drupal.WhiteSpace.OperatorSpacing"/>
|
<rule ref="Drupal.WhiteSpace.OperatorSpacing"/>
|
||||||
<rule ref="Drupal.WhiteSpace.ScopeIndent"/>
|
<rule ref="Drupal.WhiteSpace.ScopeIndent"/>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install, update and uninstall functions for the minimal installation profile.
|
* Install, update and uninstall functions for the minimal installation profile.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install, update and uninstall functions for the standard installation profile.
|
* Install, update and uninstall functions for the standard installation profile.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Enables modules and site configuration for a standard site installation.
|
* Enables modules and site configuration for a standard site installation.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains \Drupal\Tests\Component\Assertion\InspectorTest.
|
* Contains \Drupal\Tests\Component\Assertion\InspectorTest.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains \Drupal\Tests\Core\Mail\MailManagerTest.
|
* Contains \Drupal\Tests\Core\Mail\MailManagerTest.
|
||||||
|
|
Loading…
Reference in New Issue