File "NamePrepInterface.php"

Full path: /home/argothem/www/organecyberpresse/vendor/algo26-matthias/idna-convert/src/NamePrep/NamePrepInterface.php
File size: 204 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Algo26\IdnaConvert\NamePrep;

interface NamePrepInterface
{
    /**
     * @param array $inputArray
     *
     * @return array
     */
    public function do(array $inputArray): array;
}