Community
Participate
Working Groups
Consider the code: function someFunc() { // .. throw new FirstTypeException(); // .. throw new SecondTypeException(); // .. throw new ThirdTypeException(); } Generate comment for the function. Result: /** * Enter description here ... * @throws ThirdTypeException * @throws SecondTypeException * @throws FirstTypeException */ Expected: The @throws statements should be in the right order of appearance and not in reverse way as they are currently.
fixed in head
Verified at PDT-2.2.0.v20100517 Ordered like expect Closing this issue... Verified by Teodor Kirkov teodor.k@zend.com