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