📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:06:29
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
✏️
Editing: ValidationRule.php
<?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; }
💾 Save Changes
❌ Cancel