File "SettingsValidator.php"
Full Path: /var/www/drive/foundation/src/Settings/Validators/SettingsValidator.php
File size: 184 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Common\Settings\Validators;
interface SettingsValidator
{
/**
* @param array $values
* @return null|array
*/
public function fails($values);
}