summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/special-features.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/special-features.html b/documentation/special-features.html
index 1569e5f..763f30d 100644
--- a/documentation/special-features.html
+++ b/documentation/special-features.html
@@ -192,7 +192,7 @@ public:
* Cast the object to a string
* @return std::string
*/
- std::string Php::Value __toString()
+ std::string __toString()
{
return std::to_string(_value);
}