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: danielc@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danielc@php.net
New email:
PHP Version: OS:

 

 [2010-05-05 16:59 UTC] danielc@php.net
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-02 20:00 UTC] bjori@php.net
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] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2010-07-02 20:01 UTC] bjori@php.net
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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC