We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2732fc commit 7d90395Copy full SHA for 7d90395
src/PhpGenerator/Type.php
@@ -27,6 +27,7 @@ class Type
27
Void = 'void',
28
Never = 'never',
29
Mixed = 'mixed',
30
+ True = 'true',
31
False = 'false',
32
Null = 'null',
33
Self = 'self',
0 commit comments