PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Validation; use Closure; interface ValidationRule { /** * Run the validation rule. * * @param string $attribute * @param mixed $value * @param \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString $fail * @return void */ public function validate(string $attribute, $value, Closure $fail) : void; }
[-] ImplicitRule.php
[edit]
[+]
..
[-] Rule.php
[edit]
[-] Validator.php
[edit]
[-] DataAwareRule.php
[edit]
[-] ValidatesWhenResolved.php
[edit]
[-] ValidationRule.php
[edit]
[-] UncompromisedVerifier.php
[edit]
[-] ValidatorAwareRule.php
[edit]
[-] InvokableRule.php
[edit]
[-] Factory.php
[edit]