@@ -19,7 +19,8 @@ namespace Cake\Database\Statement;
*
* @internal
*/
-trait BufferResultsTrait {
+trait BufferResultsTrait
+{
/**
* Whether or not to buffer results in php
@@ -37,5 +37,4 @@ class MysqlStatement extends PDOStatement
$this->_driver->connection()->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);
return $result;
}
-
@@ -57,5 +57,4 @@ class SqliteStatement extends StatementDecorator
return parent::rowCount();