Skip to content

Commit 123d2f8

Browse files
committed
Fix ProviderInterface (bad argument name)
1 parent 0b96b9d commit 123d2f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Geocoder/Provider/ProviderInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public function getReversedData(array $coordinates);
5353
public function getName();
5454

5555
/**
56-
* Sets the maximum of returned results.
56+
* Sets the maximum number of returned results.
5757
*
58-
* @param integer $limit
58+
* @param integer $maxResults
5959
*
6060
* @return ProviderInterface
6161
*/
62-
public function setMaxResults($limit);
62+
public function setMaxResults($maxResults);
6363
}

0 commit comments

Comments
 (0)