@@ -286,8 +286,7 @@ class ConsoleOutput {
}
/**
- * clean up and close handles
- *
+ * Clean up and close handles
*/
public function __destruct() {
fclose($this->_output);
@@ -327,7 +327,6 @@ class L10n {
* Class constructor
public function __construct() {
if (defined('DEFAULT_LANGUAGE')) {
@@ -431,7 +431,6 @@ class DataSource extends Object {
* Closes the current datasource.
if ($this->_transactionStarted) {
@@ -3306,7 +3306,6 @@ class DboSource extends DataSource {
* Used for storing in cache the results of the in-memory methodCache
if ($this->_methodCacheChange) {
@@ -331,7 +331,6 @@ class CakeSocket {
* Destructor, used to disconnect from current connection.
$this->disconnect();
@@ -78,7 +78,6 @@ class CakeTestSuiteDispatcher {
* Constructor
$this->_baseUrl = $_SERVER['PHP_SELF'];
@@ -96,7 +96,6 @@ class File {
* Closes the current file if it is opened
$this->close();