Skip to content

Commit

Permalink
Fix wrong docblock return type
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Oct 14, 2017
1 parent 75face2 commit ddd47b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/UrlProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
interface UrlProviderInterface
{
/**
* @return array
* @return iterable
*/
public function generate(): iterable;

Expand Down

0 comments on commit ddd47b4

Please sign in to comment.