Jeckel-Lab/contract

Identity::toScalar must not be limited to string

jeckel opened this issue · 0 comments

    /**
     * @return string
     */
    public function toScalar(): string;

toScalar should be any php scalar types: int, float, string or boolean