remove note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344465 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2018-03-08 08:43:25 +00:00
parent d974b3aee1
commit c18fee3b96

View file

@ -34,14 +34,9 @@
<title>Casting:</title>
<para>
<classname>Componere\</classname> casting functions can cast among user defined compatible types;
Where compatible means <classname>Type</classname> is a sub type or super type of <parameter>object</parameter>.
Where compatible means <classname>Type</classname> is sub or super to the type of <parameter>object</parameter>.
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('componere.cast')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('componere.cast_by_ref')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<note>
<para>
Casting can not be performed losslessly: The result of a cast cannot be cast back to it's original class without loss, incurred at the point of the original cast.
</para>
</note>
</para>
</formalpara>