Skip to content

Commit 7ef5249

Browse files
committed
Fix property hooks exampleを取り込み
php/doc-en#4550
1 parent 73ef92c commit 7ef5249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/property-hooks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class Example
316316
<programlisting role="php">
317317
<![CDATA[
318318
<?php
319-
readonly class Rectangle
319+
class Rectangle
320320
{
321321
// 仮想プロパティ
322322
public int $area {

0 commit comments

Comments
 (0)