Commit 728ef4a1 authored by Fabio B. Silva's avatar Fabio B. Silva

remove duplicate ';'

parent bace8878
......@@ -325,7 +325,7 @@ class DataAccessTest extends \Doctrine\Tests\DbalFunctionalTestCase
public function testBitComparisonExpressionSupport()
{
$this->_conn->executeQuery('DELETE FROM fetch_table')->execute();
$platform = $this->_conn->getDatabasePlatform();;
$platform = $this->_conn->getDatabasePlatform();
$bitmap = array();
for ($i = 2; $i < 9; $i = $i + 2) {
......
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