The type App\Services\Validation\Rules\App\Models\Applicant was not found. Did you mean App\Models\Applicant? If so, make sure to prefix the type with \.
Method \App\Services\Validation\Rules\UniqueApplicantSkillRule::__construct() does not have parameter type hint nor @param annotation for its parameter $skill_declaration_id.
Method \App\Services\Validation\Rules\UniqueApplicantSkillRule::passes() does not have parameter type hint for its parameter $attribute but it should be possible to add it based on @param annotation "[type]".
Method \App\Services\Validation\Rules\UniqueApplicantSkillRule::passes() does not have parameter type hint for its parameter $value but it should be possible to add it based on @param annotation "[type]".
Method \App\Services\Validation\Rules\UniqueApplicantSkillRule::passes() does not have return type hint for its return value but it should be possible to add it based on @return annotation "[type]".