Issue #2915673 by borisson_, alexpott, Gábor Hojtsy: Ignore coding standards in sites/* PHP files as they are for configuration and not real code
parent
f16783ad59
commit
fdce9b702e
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// @codingStandardsIgnoreFile
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Drupal site-specific configuration file.
|
* Drupal site-specific configuration file.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// @codingStandardsIgnoreFile
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Local development override configuration feature.
|
* Local development override configuration feature.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// @codingStandardsIgnoreFile
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Configuration file for multi-site support and directory aliasing feature.
|
* Configuration file for multi-site support and directory aliasing feature.
|
||||||
|
|
Loading…
Reference in New Issue