Mercurial > hg > isophonics-drupal-site
comparison vendor/drupal/coder/coder_sniffer/Drupal/autoload.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * Includes classes which are not detected by PHP_CodeSniffer's autoloader. | |
5 * | |
6 * @category PHP | |
7 * @package PHP_CodeSniffer | |
8 * @link http://pear.php.net/package/PHP_CodeSniffer | |
9 * @see https://github.com/squizlabs/PHP_CodeSniffer/issues/1469 | |
10 */ | |
11 | |
12 // Abstract base classes are not discovered by the autoloader. | |
13 require_once 'Sniffs/Semantics/FunctionCall.php'; | |
14 require_once 'Sniffs/Semantics/FunctionDefinition.php'; |