summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/value.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/value.h b/include/value.h
index 5c34406..7bdd853 100644
--- a/include/value.h
+++ b/include/value.h
@@ -110,7 +110,6 @@ public:
* Wrap object around zval
* @param zval Zval to wrap
* @param ref Force this to be a reference
- * @param tsrm_ls Optional pointer to thread safe data
*/
Value(struct _zval_struct *zval, bool ref=false);
@@ -655,7 +654,7 @@ public:
/**
* Cast to a number
- * @return uint64_t
+ * @return int64_t
*/
operator int64_t () const
{