Вход Регистрация
Файл: vendor/nunomaduro/collision/src/Contracts/ArgumentFormatter.php
Строк: 19
<?php

declare(strict_types=1);

namespace 
NunoMaduroCollisionContracts;

/**
 * @internal
 */
interface ArgumentFormatter
{
    
/**
     * Formats the provided array of arguments into
     * an understandable description.
     */
    
public function format(array $argumentsbool $recursive true): string;
}
Онлайн: 0
Реклама