diff --git a/src/PhpGenerator/Type.php b/src/PhpGenerator/Type.php index 724e35fb..be3242a4 100644 --- a/src/PhpGenerator/Type.php +++ b/src/PhpGenerator/Type.php @@ -27,6 +27,7 @@ class Type Void = 'void', Never = 'never', Mixed = 'mixed', + True = 'true', False = 'false', Null = 'null', Self = 'self',