Skip to content

Commit

Permalink
Add new type constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredtking committed Jan 8, 2023
1 parent aa49fff commit a346cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Type.php
Expand Up @@ -23,6 +23,8 @@ final class Type
{
const ARRAY = 'array';
const BOOLEAN = 'boolean';
const DATE = 'date';
const DATE_TIME = 'datetime';
const DATE_UNIX = 'date_unix';
const ENUM = 'enum';
const FLOAT = 'float';
Expand Down

0 comments on commit a346cf8

Please sign in to comment.