diff --git a/src/common/Obj.php b/src/common/Obj.php index c7513683..6bd03488 100644 --- a/src/common/Obj.php +++ b/src/common/Obj.php @@ -17,7 +17,7 @@ class Obj { use StaticClassMixin; - public static function dumpHash(object $object): string + public static function dumpHash($object): string { return substr(md5(spl_object_hash($object)), 0, 4); }