We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b96b9d commit 123d2f8Copy full SHA for 123d2f8
src/Geocoder/Provider/ProviderInterface.php
@@ -53,11 +53,11 @@ public function getReversedData(array $coordinates);
53
public function getName();
54
55
/**
56
- * Sets the maximum of returned results.
+ * Sets the maximum number of returned results.
57
*
58
- * @param integer $limit
+ * @param integer $maxResults
59
60
* @return ProviderInterface
61
*/
62
- public function setMaxResults($limit);
+ public function setMaxResults($maxResults);
63
}
0 commit comments