Closed Graziel closed 6 years ago
woops sorry didnt saw there was already some pr to 3.6, at least i got to remember how to do those
May I ask why the changes in src/Database/Type/FileType.php ? I didn't saw any deprecation warnings while using it.
its calling
/**
* {@inheritDoc}
*/
public function toDatabase($value, Driver $driver)
{
return $this->_basicTypeCast($value);
}
and
_basicTypeCast($value);
is deprecated 3.1 All types should now be a specific class
This should be merged with #485