Skip to content

Commit 6061aab

Browse files
author
Mathieu Dumoulin
committed
Merge remote-tracking branch 'origin/master'
2 parents 65c7b2d + 23fc98d commit 6061aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/crazycodr/previous-current-iterator.svg)](https://travis-ci.org/crazycodr/previous-current-iterator)
1+
[![Build Status](https://travis-ci.org/crazycodr/previous-current-iterator.svg)](https://travis-ci.org/crazycodr/previous-current-iterator)[![Latest Stable Version](https://poser.pugx.org/crazycodr/previous-current-iterator/v/stable)](https://packagist.org/packages/crazycodr/previous-current-iterator) [![Total Downloads](https://poser.pugx.org/crazycodr/previous-current-iterator/downloads)](https://packagist.org/packages/crazycodr/previous-current-iterator) [![Latest Unstable Version](https://poser.pugx.org/crazycodr/previous-current-iterator/v/unstable)](https://packagist.org/packages/crazycodr/previous-current-iterator) [![License](https://poser.pugx.org/crazycodr/previous-current-iterator/license)](https://packagist.org/packages/crazycodr/previous-current-iterator)
22

33
# Previous/Current iterator
44
Allows iteration over an array but returns two items at a time stepping by one item at a time. Thus, the iterator for
@@ -78,4 +78,4 @@ foreach(new CurrentNextIterator($data) as $keys => $values) {
7878

7979
# Use cases
8080

81-
Practical if you need to compare two items together in a previous vs current or current vs next manner.
81+
Practical if you need to compare two items together in a previous vs current or current vs next manner.

0 commit comments

Comments
 (0)