summaryrefslogtreecommitdiff
path: root/include/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/type.h')
-rw-r--r--include/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/type.h b/include/type.h
index bec0fd5..d248455 100644
--- a/include/type.h
+++ b/include/type.h
@@ -18,7 +18,7 @@ namespace Php {
* The values are the same as the ones used internally in Zend
*/
enum class Type : unsigned char {
- Null = 0,
+ Null = 0, // Null will allow any type
Numeric = 1,
Float = 2,
Bool = 3,