Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/dependency-injection/ChildDefinition.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
119 */ | 119 */ |
120 public function setInstanceofConditionals(array $instanceof) | 120 public function setInstanceofConditionals(array $instanceof) |
121 { | 121 { |
122 throw new BadMethodCallException('A ChildDefinition cannot have instanceof conditionals set on it.'); | 122 throw new BadMethodCallException('A ChildDefinition cannot have instanceof conditionals set on it.'); |
123 } | 123 } |
124 | |
125 /** | |
126 * @internal | |
127 */ | |
128 public function setBindings(array $bindings) | |
129 { | |
130 throw new BadMethodCallException('A ChildDefinition cannot have bindings set on it.'); | |
131 } | |
132 } | 124 } |
133 | 125 |
134 class_alias(ChildDefinition::class, DefinitionDecorator::class); | 126 class_alias(ChildDefinition::class, DefinitionDecorator::class); |