Skip to content

Commit

Permalink
Merge pull request #17 from stefandoorn/interface-phpdoc
Browse files Browse the repository at this point in the history
Fix wrong docblock return type
  • Loading branch information
stefandoorn authored Oct 14, 2017
2 parents 75face2 + ddd47b4 commit 3adc13a
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 3adc13a

Please sign in to comment.