-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Sometimes we have value from different data source (like laravel form request) and we want to ensure that the type is correct.
For this we need only nullable values.
``php
Value::toInt($value);
Value::toString($value);
Value::toRequiredString($value);
Value::toBool($value);
Value::toArray($value);
Value::toFloat($value);
We want to reuse the basic `GetValue` logic for it.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo