Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 90... Zeile 90...
90
     * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
90
     * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
91
     */
91
     */
92
    public function toString(): string
92
    public function toString(): string
93
    {
93
    {
94
        return sprintf(
94
        return sprintf(
95
            'is equal to %s with delta <%F>>',
95
            'is equal to %s with delta <%F>',
96
            $this->exporter()->export($this->value),
96
            $this->exporter()->export($this->value),
97
            $this->delta
97
            $this->delta
98
        );
98
        );
99
    }
99
    }
100
}
100
}