8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faead95 commit 4704137Copy full SHA for 4704137
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php
@@ -76,7 +76,7 @@ public function & __get($name)
76
77
$targetObject = $this->valueHolder%s;
78
79
- $backtrace = debug_backtrace(false);
+ $backtrace = debug_backtrace(false%S);
80
trigger_error(
81
sprintf(
82
'Undefined property: %s::$%s in %s on line %s',
@@ -114,8 +114,7 @@ public function __unset($name)
114
115
116
117
- unset($targetObject->$name);
118
-return;
+ unset($targetObject->$name);%S
119
}
120
121
public function __clone()
0 commit comments