Skip to content

Commit

Permalink
Fixing doc block indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rockingeric committed Feb 6, 2014
1 parent b06ab22 commit e6f6770
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Database/Statement/BufferedStatement.php
Expand Up @@ -116,16 +116,16 @@ public function rowCount() {
return $this->_count;
}

/**
* Rewind the _counter property
*/
/**
* Rewind the _counter property
*/
public function rewind() {
$this->_counter = 0;
}

/**
* Reset all properties
*/
/**
* Reset all properties
*/
protected function _reset() {
$this->_count = $this->_counter = 0;
$this->_records = [];
Expand Down

0 comments on commit e6f6770

Please sign in to comment.