ZF-6961: Zend_Reflection_Docblock_Tag_Param too restrictive with spaces when parsing tags
Description
Many libraries (such as PHPUnit) use a variable number of spaces between tag and argument to that tag, to make it look like the strings are in columns.
Zend_Reflection_Docblock_Tag_Param will throw a Zend_Reflection_Exception in these cases, because the regex used to check only allows one space.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-09T14:29:45.000+0000
Set component and auto reassign
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-12T06:49:06.000+0000
It seems to be duplicate of ZF-6726