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 150
Zeile 4... Zeile 4...
4
 
4
 
5
use Egulias\EmailValidator\EmailLexer;
5
use Egulias\EmailValidator\EmailLexer;
6
use Egulias\EmailValidator\MessageIDParser;
6
use Egulias\EmailValidator\MessageIDParser;
7
use Egulias\EmailValidator\Result\InvalidEmail;
7
use Egulias\EmailValidator\Result\InvalidEmail;
-
 
8
use Egulias\EmailValidator\Result\Reason\ExceptionFound;
Zeile 8... Zeile 9...
8
use Egulias\EmailValidator\Result\Reason\ExceptionFound;
9
use Egulias\EmailValidator\Warning\Warning;
9
 
10
 
Zeile 10... Zeile 11...
10
class MessageIDValidation implements EmailValidation
11
class MessageIDValidation implements EmailValidation
11
{
12
{
12
 
13
 
13
    /**
14
    /**
Zeile 14... Zeile 15...
14
     * @var array
15
     * @var Warning[]
15
     */
16
     */
Zeile 37... Zeile 38...
37
        }
38
        }
Zeile 38... Zeile 39...
38
 
39
 
39
        return true;
40
        return true;
Zeile -... Zeile 41...
-
 
41
    }
-
 
42
 
-
 
43
    /**
40
    }
44
     * @return Warning[]
41
 
45
     */
42
    public function getWarnings(): array
46
    public function getWarnings(): array
43
    {
47
    {