Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.4
-
Component/s: Zend_Server_Reflection
-
Labels:None
Description
There is a small typo in the exception text that is thrown by Zend_Server_Reflection on line 340. The text reads
Zend_Server_Reflection_Exception: Variable number of arguments is not supported for services (except optional parameters). Number of function arguments must currespond to actual number of arguments described in a docblock. in /var/www/html/nessquik26/lib/Zend/Server/Reflection/Function/Abstract.php on line 340
"currespond" being the typo
Solved in SVN r16096, 16097