Skip to content

Commit e4dfed2

Browse files
committed
不要な原文を削除
1 parent 0cba95b commit e4dfed2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reference/reflection/reflectionproperty/getrawvalue.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ $rProp = $rClass->getProperty('tag');
7676
echo $example->tag, PHP_EOL;
7777
echo $rProp->getValue($example), PHP_EOL;
7878
79-
// But this would bypass the hook and produce "PHP"
8079
// フックを迂回するので、"PHP" を出力します。
8180
echo $rProp->getRawValue($example);
8281

0 commit comments

Comments
 (0)