Bug 537547 - Generate PHPDoc with "mixed" type
Summary: Generate PHPDoc with "mixed" type
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-31 17:54 EDT by Dawid Pakula CLA
Modified: 2020-05-14 10:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2018-07-31 17:54:09 EDT
Our generator, if can't infer correct type name use "unknown" rather than "mixed". Due this I often see errors directly after validation. This is annoying especially after getter/setter generation.