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

Skip to content

Commit 10bd7c3

Browse files
committed
Add AddressFactory type hint
1 parent b280be5 commit 10bd7c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Geocoder/Model/AddressFactory.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
*/
1717
final class AddressFactory
1818
{
19+
/**
20+
* @param array $results
21+
* @return \Geocoder\Model\AddressCollection
22+
*/
1923
public function createFromArray(array $results)
2024
{
2125
$addresses = [];

0 commit comments

Comments
 (0)