php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51750 Add ()'s when rendering methodname elements
Submitted: 2010-05-05 16:59 UTC Modified: 2010-07-02 20:01 UTC
From: [email protected] Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2010-05-05 16:59 UTC] [email protected]
Description:
------------
<methodname> elements are rendered without parentheses on the end "()".  It would be nice if they were.  Several people on the php-doc list agree.

I am guessing the parentheses are not added currently because we don't want them added inside <methodsynopsis> -- meaning "Foo::Bar() (string $string)" would look silly.  So PhD needs to add "()" only when not in a methodsynopsis.

Test script:
---------------
<methodname>Foo::Bar</methodname>

Expected result:
----------------
Foo::Bar()

Actual result:
--------------
Foo::Bar

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-02 20:00 UTC] [email protected]
Automatic comment from SVN on behalf of bjori
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=300947
Log: Fixed bug#51750 (Add ()'s when rendering methodname elements)
 [2010-07-02 20:01 UTC] [email protected]
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2010-07-02 20:01 UTC] [email protected]
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 07:01:28 2025 UTC