Mercurial > hg > isophonics-drupal-site
comparison vendor/squizlabs/php_codesniffer/src/Reporter.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
90 * clearing the current contents. | 90 * clearing the current contents. |
91 * | 91 * |
92 * @param \PHP_CodeSniffer\Config $config The config data for the run. | 92 * @param \PHP_CodeSniffer\Config $config The config data for the run. |
93 * | 93 * |
94 * @return void | 94 * @return void |
95 * @throws RuntimeException If a report is not available. | 95 * @throws \PHP_CodeSniffer\Exceptions\RuntimeException If a report is not available. |
96 */ | 96 */ |
97 public function __construct(Config $config) | 97 public function __construct(Config $config) |
98 { | 98 { |
99 $this->config = $config; | 99 $this->config = $config; |
100 | 100 |