Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.4
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Server_Reflection
-
Labels:None
Description
The regular expression that matches the description from the @param tags in the DocBlock section of a function or method is broken.
Attachments
Issue Links
| This issue duplicates: | ||||
| ZF-6996 | Parameter descriptions are incorrectly parsed by Zend_Server_Reflection_Function_Abstract _reflect() regular expression |
|
|
|
The regular expression that matches the description from the @param tags in the DocBlock section of a function or method is broken.
The regular expression has an extraneous caret (^) symbol in it that needs to be removed in order for the expression to work properly.
Attached is a patch that achieves this.