Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphine committed Jan 29, 2021
2 parents fed8594 + 121ca98 commit 8dbd8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Helpers/ValueCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class ValueCast
const SCALAR_BOOLEAN = 'boolean';
const SCALAR_FLOAT = 'float';
const SCALAR_DOUBLE = 'double';
const SCALAR_STRING = 'string';

const SCALAR_TYPES = [
self::SCALAR_INT,
Expand All @@ -29,6 +30,7 @@ class ValueCast
self::SCALAR_BOOLEAN,
self::SCALAR_FLOAT,
self::SCALAR_DOUBLE,
self::SCALAR_STRING,
];

/**
Expand Down

0 comments on commit 8dbd8ed

Please sign in to comment.