Skip to content

Commit 6dcbd8e

Browse files
authored
Merge pull request #121 from Koc/patch-1
Update PHPDoc for getIterator
2 parents dce866a + feb7fdc commit 6dcbd8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Archive/Archive.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function count()
7979
*
8080
* This method implements the IteratorAggregate interface.
8181
*
82-
* @return \ArrayIterator An iterator
82+
* @return \ArrayIterator|MemberInterface[] An iterator
8383
*/
8484
public function getIterator()
8585
{
@@ -117,12 +117,12 @@ public function removeMembers($sources)
117117
/**
118118
* @inheritdoc
119119
*/
120-
public function extract($toDirectory)
121-
{
120+
public function extract($toDirectory)
121+
{
122122
$this->adapter->extract($this->resource, $toDirectory);
123123

124124
return $this;
125-
}
125+
}
126126

127127
/**
128128
* @inheritdoc

0 commit comments

Comments
 (0)