Skip to content

Commit

Permalink
Merge pull request #67 from peter-gribanov/incompatible_return_type
Browse files Browse the repository at this point in the history
Correct return type in UrlBuilder::getIterator()
  • Loading branch information
peter-gribanov authored Oct 16, 2019
2 parents ecc5ae0 + c2380e9 commit 896c08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/Url/UrlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface UrlBuilder extends \Countable, \IteratorAggregate
public function getName();

/**
* @return Url[]
* @return \Traversable|Url[]
*/
public function getIterator();
}

0 comments on commit 896c08b

Please sign in to comment.