mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Fixed ObjectDefinition toString()
This commit is contained in:
parent
0ce18ecdcd
commit
31073275ac
@ -65,7 +65,7 @@ class ObjectDefinition implements DefinitionInterface
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return sprintf('Object[%s]' . $this->getClassName());
|
||||
return sprintf('Object[%s]', $this->getClassName());
|
||||
}
|
||||
|
||||
public function getName(): string
|
||||
|
Loading…
Reference in New Issue
Block a user