kahlan\matcher\ToBeA::actual PHP Method

actual() public static method

Normalises the actual value in the expected format.
public static actual ( mixed $actual ) : mixed
$actual mixed The actual value to be normalized.
return mixed The normalized value.
    public static function actual($actual)
    {
        return strtolower(gettype($actual));
    }