Issue #2915673 by borisson_, alexpott, Gábor Hojtsy: Ignore coding standards in sites/* PHP files as they are for configuration and not real code

8.5.x
xjm 2017-10-27 18:52:28 -05:00
parent f16783ad59
commit fdce9b702e
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
// @codingStandardsIgnoreFile
/**
* @file
* Drupal site-specific configuration file.

View File

@ -1,5 +1,7 @@
<?php
// @codingStandardsIgnoreFile
/**
* @file
* Local development override configuration feature.

View File

@ -1,5 +1,7 @@
<?php
// @codingStandardsIgnoreFile
/**
* @file
* Configuration file for multi-site support and directory aliasing feature.