php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64374 Issue with English used
Submitted: 2013-03-07 11:31 UTC Modified: 2013-05-07 07:25 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: redders at gmail dot com Assigned: salathe (profile)
Status: Closed Package: yaf (PECL)
PHP Version: 5.3.22 OS:
Private report: No CVE-ID: None
 [2013-03-07 11:31 UTC] redders at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/yaf-controller-abstract.construct#refsect1-
yaf-controller-abstract.construct-description
---
Some English used is incorrect:

Yaf_Controller_Abstract::__construct() is final, which means it can not be 
overrode. you mean want to see Yaf_Controller_Abstract::init() instead.

Should be something like:
Yaf_Controller_Abstract::__construct() is final, which means it can not be 
overrode. you may want to see Yaf_Controller_Abstract::init() instead.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-03-07 13:39 UTC] niel dot archer at gmail dot com
Patch in Online Editor
 [2013-05-07 07:25 UTC] salathe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: salathe
 [2013-05-07 07:25 UTC] salathe@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Fixed in revision 330185.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC