for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace drupol\valuewrapper\Object;
/**
* Class DateTimeObject
*/
class DateTimeObject extends ObjectValue
{
* {@inheritdoc}
public function hash(): string
return $this->doHash($this->value->getTimestamp());
}