Commit 9785286b authored by Steve Müller's avatar Steve Müller

fix code style

parent b26d9e77
......@@ -43,6 +43,9 @@ class PDOPgsqlConnectionTest extends DbalFunctionalTestCase
$this->assertEquals($charset, $connection->query("SHOW client_encoding")->fetch(\PDO::FETCH_COLUMN));
}
/**
* @return array
*/
public function getValidCharsets()
{
return array(
......
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