Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
47 return $this->format($pass, sprintf('Autowiring\'s patterns "%s" for service "%s" don\'t match any method.', implode('", "', $patterns), $id)); | 47 return $this->format($pass, sprintf('Autowiring\'s patterns "%s" for service "%s" don\'t match any method.', implode('", "', $patterns), $id)); |
48 } | 48 } |
49 | 49 |
50 public function format(CompilerPassInterface $pass, $message) | 50 public function format(CompilerPassInterface $pass, $message) |
51 { | 51 { |
52 return sprintf('%s: %s', get_class($pass), $message); | 52 return sprintf('%s: %s', \get_class($pass), $message); |
53 } | 53 } |
54 } | 54 } |