Skip to content

Commit 4dd729d

Browse files
committed
StyleCI
1 parent fed1f91 commit 4dd729d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MysqlConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct($pdo, $database = '', $tablePrefix = '', array $conf
2424
'multilinestring',
2525
'multipolygon',
2626
'geometrycollection',
27-
'geomcollection'
27+
'geomcollection',
2828
];
2929
$dbPlatform = $this->getDoctrineSchemaManager()->getDatabasePlatform();
3030
foreach ($geometries as $type) {

0 commit comments

Comments
 (0)