Remove unused parameter

parent 70896e0c
......@@ -100,7 +100,7 @@ class ConversionException extends \Doctrine\DBAL\DBALException
));
}
static public function conversionFailedSerialization($value, $format, $error, \Exception $previous = null)
static public function conversionFailedSerialization($value, $format, $error)
{
$actualType = is_object($value) ? get_class($value) : gettype($value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment