Instagram\Util\CustomJsonMapper::isNullable PHP Method

isNullable() protected method

Allow null values for everything.
protected isNullable ( string $type ) : boolean
$type string
return boolean
    protected function isNullable($type)
    {
        return true;
    }
CustomJsonMapper