1
0
Fork 0
mirror of synced 2025-04-05 06:03:34 +03:00

Apply suggestions from code review

Co-authored-by: Akolzin Dmitry <iyzoer@users.noreply.github.com>
This commit is contained in:
Alex Lushpai 2021-04-16 13:36:05 +03:00 committed by GitHub
parent 6f40980067
commit e07c4809a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
}