opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
➕ New
📤 Upload
✎ Editing:
ValidationRule.php
← Back
<?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
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel