From c18fee3b96b81020778150e3b4a7deffb048c9e5 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 8 Mar 2018 08:43:25 +0000 Subject: [PATCH] remove note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344465 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/componere/book.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/componere/book.xml b/reference/componere/book.xml index 286153b3f0..42f3d408ab 100644 --- a/reference/componere/book.xml +++ b/reference/componere/book.xml @@ -34,14 +34,9 @@ Casting: Componere\ casting functions can cast among user defined compatible types; - Where compatible means Type is a sub type or super type of object. + Where compatible means Type is sub or super to the type of object. - - - 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. - -