Skip to content

Commit 7325209

Browse files
committed
Fixed examples, and made some self-contained を取り込み
差分ページ php/doc-en@d6f5401#diff-efd8446f27c7eac04b8ed976baac78ce391a5486b44bd167287bad4fe8a5c0d3
1 parent 3727558 commit 7325209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

language/oop5/property-hooks.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class Example
213213
</simpara>
214214
<programlisting role="php">
215215
<![CDATA[
216+
<?php
216217
class Example
217218
{
218219
public function __construct(
@@ -234,6 +235,7 @@ class Example
234235
</simpara>
235236
<programlisting role="php">
236237
<![CDATA[
238+
<?php
237239
class Example
238240
{
239241
public private(set) DateTimeInterface $created {

0 commit comments

Comments
 (0)