We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6ae56 commit 6362adeCopy full SHA for 6362ade
1 file changed
src/Interfaces/TypeInterface.php
@@ -30,6 +30,8 @@ interface TypeInterface
30
{
31
public const BOOL = 'bool';
32
33
+ public const FALSE = 'false';
34
+
35
public const INT = 'int';
36
37
public const FLOAT = 'float';
@@ -63,6 +65,7 @@ interface TypeInterface
63
65
self::ARRAY,
64
66
self::BOOL,
67
self::CALLABLE,
68
+ self::FALSE,
69
self::FLOAT,
70
self::INT,
71
self::ITERABLE,
0 commit comments