Skip to content

Conversation

@JurianArie
Copy link
Contributor

All the Hasher implementations have a null check.

if (is_null($hashedValue) || strlen($hashedValue) === 0) {

if (is_null($hashedValue) || strlen($hashedValue) === 0) {

if (is_null($hashedValue) || strlen($hashedValue) === 0) {

@taylorotwell
Copy link
Member

I don't think you should pass null to it though.

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