Browse Source

Fix double spaces in doc blocks.

Mark Story 8 years ago
parent
commit
194ee3fae7

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

@@ -60,7 +60,7 @@ class FilterIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some  strictness analysis so that the
+     * We perform here some strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator

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

@@ -73,7 +73,7 @@ class ReplaceIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some  strictness analysis so that the
+     * We perform here some strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator

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

@@ -84,7 +84,7 @@ class StoppableIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some  strictness analysis so that the
+     * We perform here some strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator