From c952fe482148c6fd81e7254092dc5522966ffcc0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 18 Aug 2010 08:44:10 +0000 Subject: [PATCH] Grammar fix in SplFileObject::fscanf return value description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302425 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileobject/fscanf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splfileobject/fscanf.xml b/reference/spl/splfileobject/fscanf.xml index 035cd800ad..2e61bdd9ba 100644 --- a/reference/spl/splfileobject/fscanf.xml +++ b/reference/spl/splfileobject/fscanf.xml @@ -51,7 +51,7 @@ &reftitle.returnvalues; - If only one parameter were passed to this method, the values parsed will be + If only one parameter is passed to this method, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be passed by reference.