Browse Source

Fix trailing whitespace.

Mark Story 10 years ago
parent
commit
0e17ccee40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/Iterator/NoChildrenIterator.php

+ 1 - 1
src/Collection/Iterator/NoChildrenIterator.php

@@ -19,7 +19,7 @@ use RecursiveIterator;
 
 /**
  * An iterator that can be used as an argument for other iterators that require
- * a RecursiveIterator but do not want children. This iterator will 
+ * a RecursiveIterator but do not want children. This iterator will
  * always behave as having no nested items.
  */
 class NoChildrenIterator extends Collection implements RecursiveIterator