PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Validation; interface DataAwareRule { /** * Set the data under validation. * * @param array $data * @return $this */ public function setData(array $data); }
[-] 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]