Apply suggestions from code review
Co-authored-by: Akolzin Dmitry <iyzoer@users.noreply.github.com>
This commit is contained in:
parent
6f40980067
commit
e07c4809a4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class LockableMessageMiddleware implements MiddlewareInterface
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
private function hash(LockableMessage $message): string
|
||||
private function objectHash(LockableMessage $message): string
|
||||
{
|
||||
return hash('crc32', serialize($message));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue