primo commit
This commit is contained in:
11
libraries/vendor/algo26-matthias/idna-convert/src/IdnaConvertInterface.php
vendored
Normal file
11
libraries/vendor/algo26-matthias/idna-convert/src/IdnaConvertInterface.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Algo26\IdnaConvert;
|
||||
|
||||
interface IdnaConvertInterface
|
||||
{
|
||||
public function convert(string $host): string;
|
||||
|
||||
public function convertEmailAddress(string $emailAddress): string;
|
||||
|
||||
public function convertUrl(string $url): string;
|
||||
}
|
||||
Reference in New Issue
Block a user