summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_001.phpt')
-rw-r--r--ext/spl/tests/iterator_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_001.phpt b/ext/spl/tests/iterator_001.phpt
index 26df62e85b..f5bb6974d9 100644
--- a/ext/spl/tests/iterator_001.phpt
+++ b/ext/spl/tests/iterator_001.phpt
@@ -44,7 +44,7 @@ class NumericArrayIterator implements Iterator
echo __METHOD__ . "\n";
$this->i++;
}
-
+
public function greaterThan($comp)
{
echo get_class($this) . '::' . __FUNCTION__ . '(' . $comp . ")\n";