[ProxyManagerBridge] fix tests

This commit is contained in:
Nicolas Grekas 2020-11-12 14:19:35 +01:00
parent 47041370c0
commit ecf9859609
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ class SunnyInterface_%s implements \ProxyManager\Proxy\VirtualProxyInterface, \S
$targetObject = $this->valueHolder%s;
unset($targetObject->$name);%S
}
unset($targetObject->$name);
%a }
public function __clone()
{