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

Fix type of hased model property #1579

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

khaled-sadek
Copy link
Contributor

@khaled-sadek khaled-sadek commented Aug 6, 2024

Summary

Since Laravel 10 + cast password as hashed by default, the IDE_helper used to set the type of $user->password as mixed.
This small PR is to set it to string.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • Existing tests have been adapted and/or new tests have been added
  • Add a CHANGELOG.md entry
  • Code style has been fixed via composer fix-style

Sorry, something went wrong.

@barryvdh barryvdh merged commit 643329d into barryvdh:master Aug 7, 2024
26 checks passed
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.

None yet

2 participants