Skip to content

Commit bac6c1d

Browse files
committed
Fix bad phpdoc
1 parent ac18653 commit bac6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geocoder/ProviderBasedGeocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected function getProvider()
189189
/**
190190
* @param array $data An array of data.
191191
*
192-
* @return Address[]
192+
* @return \Geocoder\Model\Address[]
193193
*/
194194
protected function returnResult(array $data = [])
195195
{

0 commit comments

Comments
 (0)