summaryrefslogtreecommitdiff
path: root/zend/classimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/classimpl.h')
-rw-r--r--zend/classimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zend/classimpl.h b/zend/classimpl.h
index 1754755..370fa81 100644
--- a/zend/classimpl.h
+++ b/zend/classimpl.h
@@ -102,7 +102,6 @@ private:
* properties for each method. This method is called at extension
* startup time to register all methods.
*
- * @param classname The class name
* @return zend_function_entry[]
*/
const zend_function_entry *entries();