Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 2, 2024
1 parent 2267834 commit cfe5f84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ protected function castAttributeAsHashedString($key, #[\SensitiveParameter] $val
return Hash::make($value);
}

/** @phpstan-ignore-next-line */
/** @phpstan-ignore-next-line */
if (! Hash::verifyConfiguration($value)) {
throw new RuntimeException("Could not verify the hashed value's configuration.");
}
Expand Down

0 comments on commit cfe5f84

Please sign in to comment.