Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PasswordValidationRules.php #523

Closed
wants to merge 1 commit into from

Conversation

hamzaelmaghari
Copy link

Pull Request: Replace Deprecated \Illuminate\Contracts\Validation\Rule with \Illuminate\Validation\Rule

Description:

This pull request addresses the deprecation of the \Illuminate\Contracts\Validation\Rule interface by replacing it with \Illuminate\Validation\Rule.

Changes Made:

  • Replaced \Illuminate\Contracts\Validation\Rule with \Illuminate\Validation\Rule in a single declaration.

Why is this change necessary?

\Illuminate\Contracts\Validation\Rule has been deprecated, necessitating its replacement with \Illuminate\Validation\Rule to ensure codebase compatibility and adherence to Laravel's best practices.

Testing:

  • Manually verified that the functionality affected by this change continues to work as expected.

**Pull Request: Replace Deprecated `\Illuminate\Contracts\Validation\Rule` with `\Illuminate\Validation\Rule`**

**Description:**

This pull request addresses the deprecation of the `\Illuminate\Contracts\Validation\Rule` interface by replacing it with `\Illuminate\Validation\Rule`.

**Changes Made:**

- Replaced `\Illuminate\Contracts\Validation\Rule` with `\Illuminate\Validation\Rule` in a single declaration.

**Why is this change necessary?**

`\Illuminate\Contracts\Validation\Rule` has been deprecated, necessitating its replacement with `\Illuminate\Validation\Rule` to ensure codebase compatibility and adherence to Laravel's best practices.

**Testing:**

- Manually verified that the functionality affected by this change continues to work as expected.
@taylorotwell
Copy link
Member

Password::default returns the type listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants