From 2abaae34ef0a752ac3055b8e00b1f2f089192a91 Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Sat, 1 Jun 2019 10:51:29 +0000 Subject: [PATCH] SplFileObject::__toString() is now an alias for SplFileObject::fgets() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347521 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileobject/tostring.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/splfileobject/tostring.xml b/reference/spl/splfileobject/tostring.xml index bf56677f9d..13509d9276 100644 --- a/reference/spl/splfileobject/tostring.xml +++ b/reference/spl/splfileobject/tostring.xml @@ -4,13 +4,13 @@ SplFileObject::__toString - Alias of SplFileObject::current + Alias of SplFileObject::fgets &reftitle.description; - &info.method.alias; SplFileObject::current. + &info.method.alias; SplFileObject::fgets.