PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Validation; interface UncompromisedVerifier { /** * Verify that the given data has not been compromised in data leaks. * * @param array $data * @return bool */ public function verify($data); }
[+]
..
[-] 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]