Skip to content

Commit

Permalink
Fix class references in dockblocks
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
mikebronner committed May 12, 2017
1 parent a0ed733 commit 33e2254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProviderAndDumperAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class ProviderAndDumperAggregator extends ProviderAggregator implements Geocoder
{
/**
* @var AddressCollection
* @var \Geocoder\Model\AddressCollection
*/
protected $results;

Expand Down Expand Up @@ -79,7 +79,7 @@ public function geocode($value)
}

/**
* @return ProviderAndDumperAggregator
* @return \Geocoder\Model\AddressCollection
*/
public function get()
{
Expand Down

0 comments on commit 33e2254

Please sign in to comment.