summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_057.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_057.phpt')
-rw-r--r--ext/spl/tests/iterator_057.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_057.phpt b/ext/spl/tests/iterator_057.phpt
index 602c125015..61c1dfced6 100644
--- a/ext/spl/tests/iterator_057.phpt
+++ b/ext/spl/tests/iterator_057.phpt
@@ -5,8 +5,8 @@ Sebastian Schürmann
--FILE--
<?php
/**
- * From Docs: Construct a new array iterator from anything that has a hash table.
- * NULL, NOTHING is not a hash table ;)
+ * From Docs: Construct a new array iterator from anything that has a hash table.
+ * NULL, NOTHING is not a hash table ;)
*/
class myArrayIterator extends ArrayIterator {
}