File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
language/predefined/attributes Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 9d3169961438b1cc12d60183fea68dad8516842d Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 2c62a677639fb5bac320601d21f4a48a93b91e17 Maintainer: mumumu Status: ready -->
44<reference xml : id =" class.override" 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 <title >Override アトリビュート</title >
66 <titleabbrev >Override</titleabbrev >
@@ -96,7 +96,7 @@ Fatal error: Extended::boo() has #[\Override] attribute, but no matching parent
9696 <example >
9797 <title >プロパティと一緒に使う</title >
9898 <programlisting role =" php" >
99- <![CDATA[
99+ <![CDATA[
100100<?php
101101
102102class Base {
@@ -113,7 +113,7 @@ final class Extended extends Base {
113113 </programlisting >
114114 &example.outputs.85.similar;
115115 <screen >
116- <![CDATA[
116+ <![CDATA[
117117Fatal error: Extended::$boo has #[\Override] attribute, but no matching parent property exists
118118]]>
119119 </screen >
@@ -122,11 +122,9 @@ Fatal error: Extended::$boo has #[\Override] attribute, but no matching parent p
122122
123123 <section xml : id =" override.seealso" >
124124 &reftitle.seealso;
125- <para >
126- <simplelist >
127- <member ><link linkend =" language.attributes" >アトリビュート</link ></member >
128- </simplelist >
129- </para >
125+ <simplelist >
126+ <member ><link linkend =" language.attributes" >アトリビュート</link ></member >
127+ </simplelist >
130128 </section >
131129
132130 </partintro >
You can’t perform that action at this time.
0 commit comments