8889841chome/clixcotz/fmi.clix.co.tz/vendor/egulias/email-validator/src/Warning/Warning.php000064400000001272150514047120024413 0ustar00message; } /** * @return int */ public function code() { return static::CODE; } /** * @return int */ public function RFCNumber() { return $this->rfcNumber; } public function __toString() { return $this->message() . " rfc: " . $this->rfcNumber . "interal code: " . static::CODE; } }