Skip to content

Commit 6362ade

Browse files
committed
false type
1 parent fa6ae56 commit 6362ade

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Interfaces/TypeInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ interface TypeInterface
3030
{
3131
public const BOOL = 'bool';
3232

33+
public const FALSE = 'false';
34+
3335
public const INT = 'int';
3436

3537
public const FLOAT = 'float';
@@ -63,6 +65,7 @@ interface TypeInterface
6365
self::ARRAY,
6466
self::BOOL,
6567
self::CALLABLE,
68+
self::FALSE,
6669
self::FLOAT,
6770
self::INT,
6871
self::ITERABLE,

0 commit comments

Comments
 (0)