summaryrefslogtreecommitdiff
path: root/ext/spl/examples/dbareader.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/dbareader.inc')
-rw-r--r--ext/spl/examples/dbareader.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/examples/dbareader.inc b/ext/spl/examples/dbareader.inc
index b09791239b..01de37e990 100644
--- a/ext/spl/examples/dbareader.inc
+++ b/ext/spl/examples/dbareader.inc
@@ -32,7 +32,7 @@ class DbaReader implements Iterator
throw new exception('Could not open file ' . $file);
}
}
-
+
/**
* Close database.
*/
@@ -60,7 +60,7 @@ class DbaReader implements Iterator
/**
* Fetches the current data if $key is valid
- */
+ */
private function fetch_data() {
if ($this->key !== false) {
$this->val = dba_fetch($this->key, $this->db);