[Flow] Use comma instead of a dot in float

Patric Eckhart mail at patriceckhart.com
Sun Mar 8 17:53:05 CET 2015


Hey,
I use a float, but I would use a comma instead of a dot in the value.
How can I realized that?

/**
     * @return float
     */
    public function getTest() {
        return $this->test;
    }


More information about the Flow mailing list