for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mdiyakov\DoctrineSolrBundle\Schema\Field\Entity;
class DoubleField extends NumericField
{
/**
* @param mixed $value
* @return float
*/
protected function castValue($value)
return doubleval($value);
}