Class synopsis missing space between type and method name (original) (raw)
| 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
Pull Requests
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.