Skip to content

Commit

Permalink
Fix double spaces in doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory authored and lorenzo committed Jun 24, 2017
1 parent fafef20 commit 194ee3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Collection/Iterator/FilterIterator.php
Expand Up @@ -60,7 +60,7 @@ public function __construct($items, callable $callback)
/**
* {@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
Expand Down
2 changes: 1 addition & 1 deletion src/Collection/Iterator/ReplaceIterator.php
Expand Up @@ -73,7 +73,7 @@ public function current()
/**
* {@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
Expand Down
2 changes: 1 addition & 1 deletion src/Collection/Iterator/StoppableIterator.php
Expand Up @@ -84,7 +84,7 @@ public function valid()
/**
* {@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
Expand Down

0 comments on commit 194ee3f

Please sign in to comment.