Use a much shorter object id using spl_object_id (available in PHP 7.2+)
This will be shorter and easier to tell apart than hex character hashes
of length 32.
Closes #549
NOTE: I'm not sure if changing the output format would require a major or minor version bump, but that's outside of the scope of this PR
Use a much shorter object id using spl_object_id (available in PHP 7.2+) This will be shorter and easier to tell apart than hex character hashes of length 32.
Closes #549
NOTE: I'm not sure if changing the output format would require a major or minor version bump, but that's outside of the scope of this PR
Current:
Proposed