comparison vendor/squizlabs/php_codesniffer/src/Reporter.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
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