Skip to content

Commit

Permalink
Update src/Instrument/FileSystem/Enumerator.php - typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Rastusik <rasta@lj.sk>
  • Loading branch information
icanhazstring and Rastusik authored Dec 16, 2018
1 parent 7f72b35 commit 1169ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instrument/FileSystem/Enumerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function enumerate()

$iterator = $finder->getIterator();

// on Windows platrofrm the default iterator is unable to rewind, not sure why
// on Windows platform the default iterator is unable to rewind, not sure why
if (strpos(PHP_OS, 'WIN') === 0) {
$iterator = new ArrayIterator(iterator_to_array($iterator));
}
Expand Down

0 comments on commit 1169ccc

Please sign in to comment.