summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/parameters.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index cd3bc23..1bf3d8d 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -75,7 +75,7 @@ function example3(int $param)
</code></pre>
</p>
<p>
- The same is true for native functions. Although the core PHP engine offers
+ The same is true for native functions. Although the core PHP engine and PHP-CPP offers
the possibility to specify that your function only accepts parameters of type
"Php::Type::Numeric" or of type "Php::Type::String", this setting is further
completely ignored. Maybe this is going to change in the