Commit f41c71e1 authored by J Bruni's avatar J Bruni

Update DecimalType.php

The "decimal" mapping type does not map to float/double anymore:
https://github.com/doctrine/dbal/commit/9f51afa210d5c0165dfe6c622e07e42aa54c09fb#lib/Doctrine/DBAL/Types/DecimalType.php

Thank you.
parent 170442dc
......@@ -22,7 +22,7 @@ namespace Doctrine\DBAL\Types;
use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Type that maps an SQL DECIMAL to a PHP double.
* Type that maps an SQL DECIMAL to a PHP string.
*
* @since 2.0
*/
......
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