Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12d59a7

Browse files
committed
AddressCollection::first type hint
1 parent 10bd7c3 commit 12d59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geocoder/Model/AddressCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function count()
3131
}
3232

3333
/**
34-
* @return Address
34+
* @return Address|null
3535
*/
3636
public function first()
3737
{

0 commit comments

Comments
 (0)