Skip to content

Commit 9978d86

Browse files
committed
Simplify example in Stringable docs.
php/doc-en@85050f5
1 parent fb9c94a commit 9978d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language/predefined/stringable.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 3e519f4d1cd5dc0af3bf894bb32416f682a507d5 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 85050f5f88cca909b14b7cccc1dcedbb784a4fd6 Maintainer: mumumu Status: ready -->
44
<reference xml:id="class.stringable" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
55

66
<title>Stringable インターフェイス</title>
@@ -57,6 +57,7 @@
5757
<para>
5858
<example xml:id="stringable.basic-example">
5959
<title>基本的な Stringable インターフェイスの使い方</title>
60+
<simpara>以下は、<link linkend="language.oop5.decon.constructor.promotion">コンストラクタのプロモーション</link> を使っています。</simpara>
6061
<programlisting role="php">
6162
<![CDATA[
6263
<?php

0 commit comments

Comments
 (0)