php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66400 Class synopsis missing space between type and method name
Submitted: 2014-01-03 12:04 UTC Modified: 2014-01-03 12:06 UTC
From: salathe@php.net Assigned: salathe (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2014-01-03 12:04 UTC] salathe@php.net
Description:
------------
A recent change (30cf604df7c37578f12958eec98f466f300f5af3) against bug #64850 unfortunately introduced a rendering issue for class synopsis pages.

Example rendering from SplFileInfo:

public intgetATime ( void )
public stringgetBasename ([ string $suffix ] )
public intgetCTime ( void )

Note the missing space between the return types and the method names.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-03 12:06 UTC] salathe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: salathe
 [2014-01-03 12:06 UTC] salathe@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, 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 15:01:28 2024 UTC