Skip to content

Commit

Permalink
PHP 7.1 compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoiq committed Jun 9, 2021
1 parent 3ca011e commit e26f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Obj.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e26f8db

Please sign in to comment.