@@ -0,0 +1,12 @@
<?php
namespace Common\Settings\Validators;
interface SettingsValidator
{
/**
* @param array $values
* @return null|array
*/
public function fails($values);
}
The note is not visible to the blocked user.