Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
32 /** | 32 /** |
33 * Defines an instanceof-conditional to be applied to following service definitions. | 33 * Defines an instanceof-conditional to be applied to following service definitions. |
34 * | 34 * |
35 * @param string $fqcn | 35 * @param string $fqcn |
36 * | 36 * |
37 * @return InstanceofConfigurator | 37 * @return self |
38 */ | 38 */ |
39 final protected function setInstanceof($fqcn) | 39 final protected function setInstanceof($fqcn) |
40 { | 40 { |
41 return $this->parent->instanceof($fqcn); | 41 return $this->parent->instanceof($fqcn); |
42 } | 42 } |