Minor change for Core\Container
This commit is contained in:
parent
621c7f5e0d
commit
f549d2dc7f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Container
|
|||
$toShare = false;
|
||||
$config = (array) $this->multiple[$id];
|
||||
} else {
|
||||
throw new InvalidArgumentException('Wrong property name: ' . $id);
|
||||
throw new InvalidArgumentException("Wrong property name: {$id}");
|
||||
}
|
||||
// N.B. "class" is just the first element, regardless of its key
|
||||
$class = \array_shift($config);
|
||||
|
|
Loading…
Add table
Reference in a new issue