We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab4799 + bb6988d commit ca61bfbCopy full SHA for ca61bfb
lib/Doctrine/Template/Geographical.php
@@ -40,11 +40,11 @@ class Doctrine_Template_Geographical extends Doctrine_Template
40
* @var string
41
*/
42
protected $_options = array('latitude' => array('name' => 'latitude',
43
- 'type' => 'double',
+ 'type' => 'double(18,8)',
44
'size' => null,
45
'options' => array()),
46
'longitude' => array('name' => 'longitude',
47
48
49
'options' => array()));
50
0 commit comments