Bug 442966 - Hyperlink for PHPDoc doesn't work if type is array
Summary: Hyperlink for PHPDoc doesn't work if type is array
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-31 16:25 EDT by Michal Niewrzal CLA
Modified: 2020-05-14 11:36 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Niewrzal CLA 2014-08-31 16:25:59 EDT
To reproduce:

<?php
class Child {
}
class MyParent {
	
	/**
	 *
	 * @var Child[] // <- hyperlink doesn't work
	 */
	public $children;
}
Comment 1 Michal Niewrzal CLA 2014-09-01 05:07:22 EDT
Small patch: https://git.eclipse.org/r/#/c/32623/
Comment 3 Sylvia Tancheva CLA 2015-05-22 07:23:06 EDT
Verified. Closing