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 399
Zeile 10... Zeile 10...
10
class NumberFormatException extends MathException
10
class NumberFormatException extends MathException
11
{
11
{
12
    /**
12
    /**
13
     * @param string $char The failing character.
13
     * @param string $char The failing character.
14
     *
14
     *
15
     * @return NumberFormatException
-
 
16
     *
-
 
17
     * @psalm-pure
15
     * @psalm-pure
18
     */
16
     */
19
    public static function charNotInAlphabet(string $char) : self
17
    public static function charNotInAlphabet(string $char) : self
20
    {
18
    {
21
        $ord = \ord($char);
19
        $ord = \ord($char);