lockfile again
This commit is contained in:
16
vendor/egulias/email-validator/src/Result/Reason/Reason.php
vendored
Normal file
16
vendor/egulias/email-validator/src/Result/Reason/Reason.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Result\Reason;
|
||||
|
||||
interface Reason
|
||||
{
|
||||
/**
|
||||
* Code for user land to act upon;
|
||||
*/
|
||||
public function code() : int;
|
||||
|
||||
/**
|
||||
* Short description of the result, human readable.
|
||||
*/
|
||||
public function description() : string;
|
||||
}
|
||||
Reference in New Issue
Block a user